-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1.html
38 lines (29 loc) · 1.08 KB
/
index1.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
32
33
34
35
36
37
38
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Gold Fir</title>
<meta name="description" content="Gold Fir">
<meta name="author" content="Clarice Hilton">
<link rel="stylesheet" href="css/stylesheet.css">
<link rel="stylesheet" href="css/flexboxgrid.min.css" type="text/css">
<link rel="stylesheet" href="css/animate.css" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="javascript/js.js"></script>
</head>
<body>
<div class="splash">
<video autoplay muted loop id="myVideo">
<source src="images/video.mov" type="video/mp4">
</video>
<button id="mute" class="mute"> <img src="images/icons8-mute-50.png" alt="mute"> </button>
<div class="box logoBox">
<div class="row">
<div class="col-sm-4 col-sm-offset-4 col-xs-8 col-xs-offset-2">
<button id="logo" onclick="window.location.href='mainpage.html'" class="logo"> <img src="images/GoldFir.png" alt="logo" id="logo"> </button>
</div>
</div>
</div>
</div>
</body>
</html>