-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
index.html
29 lines (26 loc) · 866 Bytes
/
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
<!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">
<title>𝐂𝐨𝐫𝐨𝐧𝐚 𝐔𝐩𝐝𝐚𝐭𝐞</title>
<link rel="shortcut icon" href="background/m.png" width="1000px">
<link rel="stylesheet" href="index.css">
</head>
<body >
<center>
<div class="container">
<input type="country" class="a" size="10" placeholder="country" id="country">
<input type="date" class="a" size="10" id="startdate">
<input type="date" class="a" size="10" id="enddate">
<input type="submit" class="a" size="10" placeholder="Submit" id="submit" onclick="save()">
</div>
<br>
<br>
<div id="data">
</div>
</center>
<script src="index.js"></script>
</body>
</html>