-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (24 loc) · 1.12 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/page1.css">
<title>duk's blog</title>
</head>
<body>
<h1 style="text-align: center; color: #d9e0ee;">Introduction</h1>
<br>
<p style="text-align: center;">Hi! I'm Duke!</p>
<p style="text-align: center;">I like to code for no apparent reason</p>
<br>
<p>You may have found me from my <a href="https://twitter.com/dukeatron200", id="link">twatter</a> or from Discord.</p>
<p>Or just any social media platform.</p>
<br>
<p>I'm also a bit of a gamer, currently I'm grinding Minecraft. I decided to make this site because I needed a place to release my thoughts without</p>
<p>getting destroyed by random kids in places.</p>
<p>So, what you have come across is my blog's index page! You could call it an introduction page too.</p>
<p>If you haven't realized yet, this also is a <b>minimal site</b>. Not very pretty, but works well for my case!</p>
</body>
</html>