-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path410-gov.html
30 lines (27 loc) · 1.11 KB
/
410-gov.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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tired Thoughts on Internet Ephemerality</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="content-container" class="main-container">
<!-- Thought anchors for positioning thoughts -->
<div class="thought-anchor" id="thought1"></div>
<div class="thought-anchor" id="thought2"></div>
<div class="thought-anchor" id="thought3"></div>
<div class="thought-anchor" id="thought4"></div>
<div class="thought-anchor" id="thought5"></div>
<div class="thought-anchor" id="thought6"></div>
<div class="thought-anchor" id="thought7"></div>
<div class="thought-anchor" id="thought8"></div>
<div class="thought-anchor" id="thought9"></div>
<div class="thought-anchor" id="thought10"></div>
<!-- Container for dynamically generated URLs -->
<div id="url-container" class="url-container"></div>
</div>
<script src="script.js"></script>
</body>
</html>