-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (28 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>alucard87pl.me ~/homepage</title>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="./style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/addons/p5.dom.min.js"></script>
<script src="/sketch.js"></script>
</head>
<body>
<div id='cnv'></div>
<div class="container">
<div class="logo"><img src="./logo.png" alt="logo"></div>
<h3> Website Under Construction </h3>
<div class="w3" style="width:35%">
<div class="w3-container w3-light-green w3-center" style="width:33%" id="progbar">33%</div>
</div>
</div>
<div class="footer">
Created by
<a href="mailto:marcin.jedrecki@gmail.com"><strong>alucard87pl</strong></a>
</div>
</body>
</html>