Woohoo progress
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user