-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="./assets/conecat.png"/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>conecat</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1 class="title">Conecat</h1>
<h1 class="like">I like making stuff.</h1>
<div>
<center><img src="./assets/conecat-pfp.png" title="Here's my profile picture!"</center>
<p>Hello! I'm conecat. Welcome to my personal webpage!</p>
<div><p>Make sure to visit my <a href="https://discord.gg/k9x9b88g5v" title="Join the Discord Server!">Discord Server</a> or <a href="https://discord.com/api/oauth2/authorize?client_id=905420513021681704&permissions=8&scope=bot" title="Add Derpy to your server!">add my bot!</a>
<div><p>You can also view the bot's <a href="https://conecat.ga/commands" title="View Derpy's Commands!">commands</a>, or just visit its <a href="https://conecat.ga/about-derpy" title="Visit Derpy's About Me!">about me page</a>.</p>
</div>
<script src="script.js"></script>
</body>
</html>