-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
36 lines (30 loc) · 1.56 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>Mira The Cat - About</title>
<link rel="icon" href="./images/pfp.png">
<meta property="og:site_name" content="Mira The Cat's Website">
<meta property="og:title" content="About Page">
<meta property="og:description" content="About my website">
<meta property='og:image' content='./images/pfp.png'>
<meta property="og:type" content="website">
<meta name="theme-color" content="#60ff52">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="navigation-bar">
<img class="icon" src="./images/pfp.png">
<a href="./index.html" class="top bordered">Home</a>
<div class="top">About</div>
<a href="./projects.html" class="top bordered">Projects</a>
<a href="./games.html" class="top bordered">Games</a>
</div>
<h2>About this website:</h2>
<h4>This is a website for all my different projects and testing
<br>Here you can find games, tools and other projects made by me
<br>Most of them are inspired by either <a href="https://www.youtube.com/channel/UCKYb7dZwd5VQT2ArAOn2g2A">Zeruel82mk2</a> or the Abomination species created by <a href="https://www.youtube.com/channel/UCmZypI2v1nkB5WCUL1QnROw">Davz</a> (Most likely both)
<br>Check them out if you want, by clicking their names above
<br>If you have any issues with the website, DM me on Discord: @Mira The Cat#9894
</h4>
</body>
</html>