Skip to content

Commit

Permalink
validator css rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry-One committed Jun 25, 2024
1 parent aff710b commit c492553
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tab_07_validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ layout: default
title: Validator
permalink: /validator/
---
{% include_relative validator/index.html %}
{% include_relative validator/index.html %}z
21 changes: 18 additions & 3 deletions validator/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>GitHub PR Checker</title>
<head>
<title>Empirical Standards</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../form_generator/css/appearance.css">
<link rel="stylesheet" href="../form_generator/css/tooltip.css">

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '{{ site.google_analytics }}');
</script>
</head>
</head>
<body>
<h1>Enter GitHub Pull Request URL Code</h1>
<h1>Empirical Standards Checklist Generator</h1>
<h3>Enter GitHub Pull Request URL Code</h3>
<input type="text" id="prNumber" placeholder="Enter PR URL CODE">
<button onclick="fetchPRFiles()">Check PR</button>
<div id="output"></div>
Expand Down

0 comments on commit c492553

Please sign in to comment.