-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.49 KB
/
Copy pathindex.html
File metadata and controls
39 lines (39 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type ="image/x-icon" href="images/tablogo.png">
<title>TrackIt</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Saira+Stencil+One&display=swap">
</head>
<body id="body">
<div class="logo">
<img src="images/transparent_logo.png" width="200">
</div>
<table border="2" align="center" cellspacing="10" bordercolor="white" id="mainTable">
<tr class="titles" id="titles">
</tr>
</table>
<div class="container2" id="modal-opened">
<div class="modal">
<div class="details">
<h1 class="title">Submission Details</h1>
</div>
<p class="txt" id="user_text"><b>Name: <br> Course code: <br> Section: <br> Unit number: </b></p>
<a href="#modal-closed" class="link-2"></a>
<div class="banner">
<p>Last submission date: </p>
<p id="code"></p>
</div>
<button type="reset" class="btn-false" name=""></button>
<button id="submit" class="btn-true" name=""></button>
</div>
</div>
</div>
<img src="images/checkmark2.gif" alt="" srcset="" style="display: none;" id="checkmark-gif">
<script src="js/main.js"></script>
</body>
</html>