-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (24 loc) · 964 Bytes
/
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>
<head>
<title>Spiritual Engineering</title>
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Merriweather&effect=3d|fire-animation">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<img src="./assets/images/leftHand.png" alt="" id="leftHand">
<img src="./assets/images/rightHand.png" alt="" id="rightHand">
<h1 id="title" class="font-effect-3d">SPIRITUAL ENGINEERING</h1>
<div id="imgDiv">
<img id="img" src="./assets/images/background2.png" alt="" srcset="">
</div>
<main id="main">
<h1 class="warning font-effect-3d">Warning: This game can be scary</h1>
</main>
<button id="startBtn" class="font-effect-3d">Play</button>
<a id="donate" href="https://buy.stripe.com/bIY8yhcE65ZLbDOdQR"><img src="./assets/images/donete6.png" alt=""></a>
<script src="./assets/js/questions.js"></script>
<script src="./assets/js/app.js"></script>
</body>
</html>