forked from Freakybob-Team/FreakyFlix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (56 loc) · 2.36 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
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FreakyFlix</title>
<meta name="description" content="The best place for cutscenes from your favorite FreakyGames!">
<meta content="FreakyFlix" property="og:title">
<meta content="The best place for cutscenes from your favorite FreakyGames!" property="og:description">
<meta content="https://freakyflix.freakybob.site/" property="og:url">
<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=Bebas+Neue&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<div class="navbar">
<img id="logo" src="logo.svg" alt="FreakyFlix Logo">
<div>
<!-- SCRAPED <a href="bts/bts.html">Behind The Scenes</a> -->
<a href="pages/marathon">Marathon Mode</a>
</div>
</div>
<div class="hero">
<h2>The best place for cutscenes from your favorite FreakyGames!</h2>
</div>
<h1 style="text-align: center;">Newest Movies</h1>
<marquee>
<div class="content">
<div class="content-item">
<p id="cutscene1">The First Cutscene from MurderBob</p>
<a href="pages/murderbob/cutscene1">
<img src="thumbnails/murderbob/cutscene1.png" alt="MurderBob Cutscene 1">
</a>
</div>
<div class="content-item">
<p id="cutscene1">The Second Cutscene from MurderBob</p>
<a href="pages/murderbob/cutscene2">
<img src="thumbnails/murderbob/cutscene2.png" alt="MurderBob Cutscene 2">
</a>
</div>
<div class="content-item">
<p id="cutscene1">The Third Cutscene from MurderBob</p>
<a href="pages/murderbob/cutscene3">
<img src="thumbnails/murderbob/cutscene3.png" alt="MurderBob Cutscene 3">
</a>
</div>
</div>
</marquee>
<div class="footer">
2024 FreakyFlix. Code is licensed under the GPL-3.0 license.
</div>
<!-- squirrel heres that cookie you asked for: 🍪 - wish
https://f.feridinha.com/j6wTh.png -->
</body>
</html>