-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (17 loc) · 739 Bytes
/
index.html
File metadata and controls
23 lines (17 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<head>
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<video OnClick="document.location.href ='Stacker.html'" autoplay muted loop id="Background1">
<source src="asset/Loop_Background/RunningBg.mp4" type="video/mp4">
</video>
<img OnClick="document.location.href ='Stacker.html'" id="Stacker_Title" src="asset/menu/wp1.png"
alt="background error!">
<div class="Social_Icon">
<img id="github" src="asset/social_icon/Github.png" alt="Github">
</div>
<img id="pressAnyKey" OnClick="document.location.href ='Stacker.html'" src="asset/menu/pressAnyKey.png"
alt="PressAnyKey">
<script src="lib/Jquery.js"></script>
<script src="script/Ui.js"></script>
</body>