-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 921 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>iidk.dev</title>
<meta content="iidk.dev" property="og:title"/>
<meta content="my internet dump" property="og:description"/>
<meta content="https://iidk.dev/data/icon.png" property="og:image"/>
<meta content="#ff8000" data-react-helmet="true" name="theme-color"/>
<link rel="icon" type="image/png" href="/data/icon.png">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<script src="/js/header.js"></script>
<div class="container" style="width: 95%;">
<p>hello, i am ii.</p> this is my website. that i made. by myself :D <br>
i'm gonna put random things here<br><br>to navigate, use the navigator at the top of your screen
</div>
</body>
</html>