Woohoo progress

This commit is contained in:
2023-04-17 19:29:56 -05:00
parent ed02bc25e7
commit ad680ddb8c
5 changed files with 33612 additions and 16 deletions

View File

@@ -6,13 +6,12 @@
<title>UT Grade Viewer</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<script src='main.js'></script>
</head>
<body>
<div class="bg"></div>
<div class="bg-text">
<label for="fname">Class Name (Like "ARH 301 INTRODUCTION TO VISUAL ARTS"):</label>
<input type="text" id="fname" name="fname"><br><br>
<label for="className">Class Name (Like "ARH 301 INTRODUCTION TO VISUAL ARTS"):</label>
<input type="text" id="className" name="fname"><br><br>
<form>
<label for="dropdown">Semester (work in progress):</label>
<select id="dropdown" name="dropdown">
@@ -21,8 +20,9 @@
<option value="option3">Fall 2021</option>
</select>
<br><br>
<button type="submit">Submit</button>
</form>
<button type="submit" id = "subBut">Submit</button>
</div>
<script src='main.js'></script>
</body>
</html>