-
Notifications
You must be signed in to change notification settings - Fork 2
/
songs.html
29 lines (29 loc) · 1.31 KB
/
songs.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 lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Cheer Up-Songs</title>
<link href="https://fonts.googleapis.com/css?family=Francois+One|Lobster|Paytone+One|Sanchez|Shadows+Into+Light|Teko" rel="stylesheet">
<link rel="stylesheet" href="quotes.css" type= "text/css">
</head>
<body>
<header>
<ul>
<li><a href = "homepage.html">Home</a></li>
<li><a href= "quotes.html">Quotes</a></li>
<li><a href = "songs.html">Songs</a></li>
<li><a href = "images.html">Images</a></li>
<li><a href = "aframe.html">Cheerful VR</a></li>
<li><a href = "aboutus.html">About us</a></li>
</ul>
</header>
<h1><center><img src = "https://media.giphy.com/media/xlM0VeGGe9ShdtrXg2/giphy.gif" width = "90vw"> SONGS <img src = "https://media.giphy.com/media/xlM0VeGGe9ShdtrXg2/giphy.gif" width = "90vw"></center></h1>
<h2><center>Do you want a song?</center></h2>
<center><button onclick="submitAnswer()">Yes</button></center><br>
<center><iframe width="560" height="315" src="" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></center>
<script type="text/javascript" src="songs.js"></script>
<div class = "credit">
<h4>Made by Carbon Copy</h4>
</div>
</body>
</html>