-
Notifications
You must be signed in to change notification settings - Fork 0
/
cookies.html
30 lines (26 loc) · 856 Bytes
/
cookies.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="cookies.css" />
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="js/utils.js"></script>
</head>
<body>
<div class="panel">
<div class="panel-section panel-section-header">
<div class="text-section-header" id="header-cookies-title"></div>
</div>
<div class="panel-section panel-section-header">
<div class="text-section-header" id="header-local-storage-title"></div>
</div>
<div class="panel-section panel-section-header">
<div class="text-section-header" id="header-network-title"></div>
</div>
<div class="panel-section panel-section-header">
<div class="text-section-header" id="average-score"></div>
</div>
</div>
<script src="cookies.js"></script>
</body>
</html>