forked from adlyloukil/x-solid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 1.22 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>
<html lang="en">
<head>
<link href="css/Style.css" rel="stylesheet" type="text/css">
<title>Chemistry 101 - 3 stages of matter</title>
<link rel="icon" href="img/ice.png" type="image/x-png">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body>
<div class="container">
<h1>Water (H2O) ∞ Steam (🔥)</h1>
<div class="image-container">
<div class="image-caption-container">
<img src="img/water.png" alt="water image">
<p>You must be shapeless, formless, like water</p>
</div>
<div id="infinity">∞</div>
<div class="image-caption-container">
<img src="img/steam.png" alt="steam image">
<p>There is a force more powerful than steam and electricity: the will</p>
</div>
</div>
<div class="footer">
Designed by <a href=" https://github.com/adlyloukil/x-solid">contributers</a> during Hacktoberfest 2019
</div>
</div>
<embed name="levelup" src="mp3/levelup.mp3" loop="false" hidden="true" autostart="true" class="lvlUp">
</body>
</html>