-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (43 loc) · 1.48 KB
/
index.html
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
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>repl.it</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;1,700&family=Open+Sans&display=swap');
</style>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>ATTENDANCE4CLASS</h1>
<div class="fileForm">
<!-- action option will send the information submitted to another file to process or display on different page -->
<div>
<img class="image" src="https://aflcio.org/sites/default/files/2020-03/Zoom-Pro-Annually-2.jpg" alt="Zoom Logo">
</div>
<div>
<form action="/report.html">
<input type="file" id="myFile" name="filename">
</form>
</div>
<div>
<img class="image" src="https://media.istockphoto.com/vectors/attendance-concept-vector-flat-design-vector-id1198430065?k=6&m=1198430065&s=612x612&w=0&h=Ktb9grhfWNY3HMN-oKDcg8FaOBjvmYmd0AlrRnQOT_k=" alt="Attendance List">
</div>
<div>
<form action="/report.html">
<input type="file" id="myFile" name="filename1">
</form>
</div>
<div>
<form action="/report.html">
<input type="submit" id="fileSubmit" name="fileSubmitbtn">
</form>
</div>
</div class = "transbox">
<p>In order to get started, drag 2 files. One with the list of students in your classroom and the report generated by Zoom.
</p>
<script src="AttendanceChecker.py"></script>
</div>
</body>
</html>