-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (28 loc) · 1.28 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
<!DOCTYPE html>
<head>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<title>Vainstains' Cool Place</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="JS/mouseFollower.js"></script>
<script src="JS/particleInit.js"></script>
<script src = "JS/VCP.js"></script>
</head>
<body>
<button class="headerButton">Vainstains' Cool Place</button>
<div class="headerButtonSub">v4.1</div>
<div class="headerButtonContainer">
<button class="headerButton">About</button>
<button class="headerButton">Projects</button>
</div>
<div class="headerLine"></div>
<p style="width: 50%">
Hi. I'm Vainstains, and welcome to my cool place.
<br><br>
Here you can find some of my projects, learn a little bit about me, and maybe even find some cool stuff (like this cool little mouse follower).
<br><br>
Right now, the site is under construction, so everything is broken past this page. Anyways, consider these links a detour:
<a href="pages/programs.html"> Programs </a> | <a href="pages/games.html"> Games </a> | <a href="pages/other.html"> Other </a>
</p>
<div id="bottomText">
</body>