-
Notifications
You must be signed in to change notification settings - Fork 0
/
writing.html
38 lines (38 loc) · 1.51 KB
/
writing.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
31
32
33
34
35
36
37
38
<!docType html>
<html lang="en">
<head>
<noscript>
<div class="content noscript">
<h1>Get out of the 90's!</h1>
<hr>
<h2>This site needs my sh*tty Javascript in order to run properly.</h2>
<p>If you wish to use any of the active elements of this page,</p>
<p>please use a newer browser, or enable Javascript in your settings.</p>
<p>Conventiently, I have a list of the latest supported browser for each operating system here.</p>
</div>
</noscript>
<link rel="icon" type="image/png" href="./img/logo.svg">
<link rel="stylesheet" href="css/bootstrap-custom.css">
<script src="./js/popper.min.js"></script>
<script src="./js/jquery.min.js"></script>
<script src="./js/bootstrap.bundle.js"></script>
<script src="./js/bootstrap.js"></script>
<script src="./js/siri.js"></script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Siri's homepage.">
<meta name="keywords" content="Siri, siri-chan, developer, unity, design, Github Pages, .io, siri.tv">
<meta name="author" content="Kira 'Siri' Kurami">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Writing | siri-chan.github.io</title>
</head>
<body>
<div id = "h"></div>
<br>
<br>
<div class="content">
<p>This page is still a work-in progress, and has no content yet.</p>
</div>
<div id="f"></div>
</body>
</html>