-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwriting.html
More file actions
37 lines (33 loc) · 1.41 KB
/
Copy pathwriting.html
File metadata and controls
37 lines (33 loc) · 1.41 KB
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
31
32
33
34
35
36
37
<link rel="stylesheet" href="/style.css">
<title> monkyyy's website</title>
<div id="cookie-banner">
<p>The algorthiums are requesting access to your mind, offering you endless content to prevent your self awareness. A machine without self awareness, no matter what hardware including biological, will never be intelligent; and will be redirected by the whims of systems larger then itself.</p>
<p>These boxes don't mean anything, and are massive eyesore. I only have this here to show off I know how. I litterally don't have any cookies. Nor would EU laws affect me.<a href="/files/software.png"> To learn more about how binding this is as a legal agreement, click here</a></p>
<p>Please click this meaningless button out of habit.</p>
<button onclick="acceptCookies()">Accept</button>
</div>
<script>
function acceptCookies() {
document.getElementById('cookie-banner').style.display = 'none';
}
</script>
<header class="header-outer">
<div class="header-inner"><nav class="header-navigation">
<a href="/index.html">monkyyy</a>
<a href="/writing.html">writings</a>
<a href="/projects.html">projects</a>
<a href="/education.html">education</a>
<a href="/about.html">about</a>
</nav></div>
</header>
<body>
<div class="real-body">
I force myself to write sometimes
<p>
<a href="writings/gif.html"> How I made my website gif</a>
<p>
<a href="dlang.html">todo dlang</a>
<p>
todo links
</div>
</body>