-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.38 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
<!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="icon" href="/assets/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/stylesheets/main.css">
<meta content="ploob#1116" property="og:title" />
<meta content="hello, i'm ploob! ✨" property="og:description" />
<meta content="https://darmanitan.github.io/" property="og:url" />
<meta content="https://avatars.githubusercontent.com/u/80493238?v=4" property="og:image" />
<meta content="#f5c2e7" data-react-helmet="true" name="theme-color" />
<title>ploob</title>
</head>
<body>
<nav>
<a href="/">home</a>
<a href="/contact.html">contact</a>
<a href="https://github.com/Darmanitan?tab=repositories">projects</a>
<a href="/about.html">about</a>
</nav>
<div class="content">
<img src="https://avatars.githubusercontent.com/u/80493238?v=4" alt="" width="128" height="128" class="inverted" style='border:1px solid #a6e3a1'>
<h1>hello, i'm ploob</h1>
<div class="links">
<a href="https://github.com/Darmanitan">github</a> |
<a href="https://discordid.netlify.app/?id=855586334005002270">discord</a> |
<a href="http://api.cats-are-awesome.xyz">api</a>
</div>
</body>
</html>