forked from 5quirre1/Freakybob.site
-
Notifications
You must be signed in to change notification settings - Fork 2
/
info.html
59 lines (55 loc) · 4.22 KB
/
info.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
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<title>Info page :3</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A place for Freakybob.">
<meta content="Info Page :3" property="og:title" />
<meta content="Infromation about freakybob.site!" property="og:description" />
<meta content="https://freakybob.site/info" property="og:url" />
<meta content="https://raw.githubusercontent.com/Freakybob-Team/Freakybob.site/main/images/Freaky_Bob_info.png" property="og:image" />
<meta content="#006b79" data-react-helmet="true" name="theme-color" />
<link rel="icon" type="image/png" href="images/Freaky_Bob_info.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/info.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/twemoji.css">
</head>
<body>
<audio autoplay loop><source src="https://archive.org/download/wiiumusic/39%20-%20Wii%20U%20Chat%20-%20Lobby%20%28TV%29.mp3" type="audio/mp3"></audio>
<div id="particles-js"></div>
<div id="container">
<strong><p>Since you're here, you probably want to know what this is about :3</p></strong>
<div class="button-container">
<a href="index.html">Go back to Freakybob.site!</a>
</div>
<h2>freakybob.site is a website that was created by <a href="https://github.com/5quirre1">5quirre1</a> and <a href="https://github.com/wish13yt">wish13yt</a>. This all started from Wish mentioning a "freakybob" domain. Everyone was looking at domains until Squirrel found a domain on a domain website. The domain was "freakybob.site" for $4.00. Squirrel bought it almost instantly starting the well deserved birth of freakybob.site!</h2>
<img src="images/freakyboborigin.png" id="freakybob-orgin" alt="freakybob origin">
<strong><p id="para1">A screenshot of Wish saying "steam gift 50$ - freakybob.com" which inspired Squirrel to buy and create freakybob.site</p></strong>
<img src="images/Foundfreakybob.site.png" id="freakybob-found" alt="Found freakybob site">
<strong><p id="para2">A screenshot of Squirrel finding the domain "freakybob.site"</p></strong>
<img src="images/bought.png" id="bought-freakybob" alt="bought-freakybob">
<strong><p id="para3">A screenshot of Squirrel showing that he bought freakybob.site</p></strong>
<div class="carousel-images" id="image-track">
<marquee>
<img src="Snapshots/Aug 19.png" alt="Image 1">
<img src="Snapshots/Aug 20.png" alt="Image 2">
<img src="Snapshots/Aug 22.png" alt="Image 3">
<img src="Snapshots/Aug 23.png" alt="Image 4">
</marquee>
</div>
<strong><h3>Can this website get taken down by Viacom, Nickolodeon or Nintendo?</h3></strong>
<p id="para4">We are not using any copyrighted music, images, or videos (YouTube embeds) in this website. The only music you hear throughout the website is copyright free music and Nintendo Wii U music from the <a href="https://archive.org/details/wiiumusic">Internet Archive.</a> Since we are not selfhosting the music and pirating anything, Nintendo should not be able to take down the website, BUT if anything were to happen, We would be cooked since Nintendo is money hungry.</p>
</div>
</div>
<script src="js/info.js"></script>
<script type="text/javascript" src="particles.js"></script>
<script type="text/javascript" src="app.js"></script>
</body>
<script src="js/twemoji.js"></script>
</html>