-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathp0.html
More file actions
31 lines (28 loc) · 1.12 KB
/
p0.html
File metadata and controls
31 lines (28 loc) · 1.12 KB
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
<!--
Sources and References:
Button animation: https://codepen.io/ayamflow/pen/Dufxr
Flag icon: https://www.countryflags.com/bangladesh-flag-icon/
Music in javacript: https://www.w3schools.com/Jsref/met_audio_play.asp
Attack on titan symbol: https://picsart.com/i/sticker-312621214047211
Attack on Titan piano theme: https://www.youtube.com/watch?v=MIUQGbA8B4k
-->
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Button made for Project 0 of CPSC 581" />
<title>Project 0</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="favicon.ico">
</head>
<body>
<!-- partial:index.partial.html -->
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Roboto:400"/>
<audio id="keyboard-music" src="Attack on Titan - Opening 1 Theme Guren no Yumiya (Piano Version)-[AudioTrimmer.com].mp3" preload="auto"></audio>
<div class="button">
</div>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/1.12.1/TweenMax.min.js'></script><script src="./script.js"></script>
</body>
</html>