forked from carlaluppi/thenun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (21 loc) · 895 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/mainpage/mainpage.css">
<link rel="stylesheet" href="./css/animations/animations.css">
<title>Document</title>
</head>
<body>
<!-- <img class="background_img" src="../images/imagenun.png"> -->
<!-- <img src="./images/image 55.png" class="back-desk"> -->
<div class="container-btn">
<h1 class="landingTitle"><span id="I">THE NUN</span></h1>
<audio src="./sounds/cinematic-impact-climax-intro-sfx-6072.mp3" autoplay loop></audio>
<a href="./instructions.html"><button type="button" class="btn btn-light play">START</button></a>
</div>
<script src="js/smokeanimation.js"></script>
</body>
</html>