-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (54 loc) · 2.85 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE HTML>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, maximum-scale=1.0">
<meta name="description" content="Welcome to my website!">
<meta name="title" content="Hi, I'm Dylan!">
<meta name="author" content="Dylan H">
<link rel="author" href="https://twitter.com/dilllxd" />
<link rel="publisher" href="https://twitter.com/dilllxd" />
<link rel="icon" href="https://dylanh.dev/static/img/favicon.ico">
<!-- OpenGraph -->
<meta property="og:title" content="Hi, I'm Dylan!" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://dylanh.dev/static/img/favicon.ico" />
<meta property="og:url" content="index.html" />
<meta property="og:description" content="Welcome to my website!" />
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:url" content="index.html" />
<meta name="twitter:title" content="Hi, I'm Dylan!" />
<meta name="twitter:description" content="Welcome to my website!" />
<meta name="twitter:image" content="https://dylanh.dev/static/img/favicon.ico" />
<title>Dylan | dylanh.dev</title>
<link href="static/css/all.css" rel="stylesheet">
</head>
<body>
<canvas class="background"></canvas>
<div id="content" class="contentpane">
<h1>Dylan H</h1>
<h4>I just do stuff online.<br>
<script>document.write(new Date().getFullYear() - 2015)</script> years of coding.</h4>
<p>
<i class="fab fa-discord"></i> <a href="https://discord.com/users/200654056992145408">dilll</a><br>
<i class="fab fa-github"></i> <a href="https://github.com/dilllxd">github.com/dilllxd</a><br>
<i class="fas fa-key"></i> <a href="https://keybase.io/dilll">keybase.io/dilll</a><br>
<i class="fas fa-envelope"></i> <a href="mailto:[email protected]">[email protected]</a><br>
<i class="fab fa-twitter"></i> <a href="https://x.com/dilllxd">x.com/dilllxd</a><br>
<i class="fab fa-youtube"></i> <a href="https://www.youtube.com/@dilllxd">youtube.com/@dilllxd</a><br>
<i class="fas fa-globe"></i> <a href="/">dylanh.dev</a> | <a href="https://status.dylan.lol">dylan.lol</a>
</p>
</div>
<script src="static/js/particles.min.js"></script>
<script>
window.onload = function() {
Particles.init({
selector: '.background',
color: '#ffffff',
connectParticles: true
})
}
</script>
</body>
</html>