-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdisplaydata.html
More file actions
23 lines (23 loc) · 775 Bytes
/
displaydata.html
File metadata and controls
23 lines (23 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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>Document</title>
<link rel="stylesheet" href="./styles/main.css">
<link rel="stylesheet" href="./styles/footer.css">
<link rel="stylesheet" href="./styles/nav.css">
<link rel="stylesheet" href="./styles/displaydata.css">
</head>
<body>
<header class="header"></header>
<div id="con">
<div id="con1"></div>
<div id="con2"></div>
</div>
<div id="footer"></div>
</body>
</html>
<script src="./scripts/displaydata.js" type="module"></script>
<script src="https://kit.fontawesome.com/2ab2a134b6.js" crossorigin="anonymous"></script>