-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (49 loc) · 2.12 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset = "UTF-8">
<meta name = "viewport" content = "width=device-width, initial-scale=1.0">
<title>Websites Upon Websites!</title>
<link rel = "stylesheet" href = "styles.css">
<link rel = "icon" type = "image/x-icon" href = "favicon.png">
</head>
<body style = "background-color:thistle; background-image: url('background.jpg');">
<h1 class = "titlePage"><u>Websites Upon Websites...?</u></h1>
<div class = "container">
<div class = "makeCenter">
<img src = "cute.gif">
</div>
</div>
<br>
<h2>So, what is this place?</h2>
<div></div>
<p>
<a href = "https://www.youtube.com/watch?v=IcWchULUqK8" target = "_blank">Here is a demo video! (Version 1)</a>
</p>
<p>In short, Websites Upon Websites is a fun interactive project! See how many times you could have (technically) a website inside of a website!</p>
<p>This website is a way to cure some type of boredom, I had some fun with it. I hope you do too.</p>
<p>(Just learned that iframes can't have a lot of iframes... I think...)</p>
<p>( The website still works just not as well as I hoped :C )</p>
<p>(I hope you have some fun with this website :D)</p>
<p>mwahahahahaha (best experience in full screen)</p>
<p>(this is just a stupid fun idea i thought of :D)</p>
<p>
<a href = "https://github.com/noobieyuh/Websites-Upon-Websites" target = "_blank">Here is my Github! (its okay)</a>
</p>
<script src = "index.js"></script>
<div class = "container">
<div class = "makeCenter">
<button onclick = "addWebsite(), counter(), newWebsiteSound()" class = "newWebsiteButton">Interact with me to make a new website! (Spam me, a sound effect will play)</button>
</div>
</div>
<p>Number of websites (iframes): <a id = "numCount">0</a></p>
<p>
vvv Music (boba date by Stream Cafe) vvv
</p>
<div class = "container">
<div class = "makeCenter">
<button onclick = "playMusic()" class = "musicButton">Click for Background Music!</button>
</div>
</div>
</body>
</html>