-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 788 Bytes
/
index.html
File metadata and controls
29 lines (29 loc) · 788 Bytes
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">
<title>New Tab</title>
<link rel="stylesheet" href="css/styles.css">
<script src="scripts/scripts.js"></script>
</head>
<body>
<div role="background" class="background hide">
<div class="pre"></div>
<div class="center">
<div role="time" class="time"></div>
<div role="date" class="date"></div>
</div>
<div class="post">
<div class="footer">
<a role="link" class="link">
<span role="link-icon" class="icon link-icon">=</span>
<span role="title" class="title"></span>
</a>
<a role="settings" class="settings">
<span role="settings" class="icon settings-icon">(</span>
</a>
</div>
</div>
</div>
</body>
</html>