-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (30 loc) · 1.12 KB
/
index.html
File metadata and controls
33 lines (30 loc) · 1.12 KB
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Sebastien Higgs</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Rubik&display=swap" rel="stylesheet"><link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div id="wrapper" data-configuration="1" data-roundness="1">
<div class="shape"></div>
<div class="shape"></div>
<div class="shape"></div>
<div class="shape"></div>
<div class="shape"></div>
<div class="shape"></div>
<div class="shape"></div>
</div>
<a id="source-link" class="meta-link" href="./game.html">
<i class="fa-solid fa-link"></i>
<span>Energy Simulation</span>
</a>
<p> Currently barely modified from Hyperplexed https://youtu.be/dhfQnmGXSwU <br> Just using it as a starting point to learn though! Thanks for your awesome videos</p>
<p> </p>
<!-- partial -->
<script src='https://kit.fontawesome.com/944eb371a4.js'></script><script src="./script.js"></script>
</body>
</html>