-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (43 loc) · 2.28 KB
/
index.html
File metadata and controls
49 lines (43 loc) · 2.28 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata:800,500,300">
<title>Friend Team Inc.</title>
<meta name="description" content="Home of the most coolest and normalest stream group ever, streaming live to your very own screen.">
<link rel="icon" type="image/png" href="/assets/logo.png">
<meta property="og:title" content="Friend Team Inc. Homepage">
<meta property="og:site_name" content="Friend Team Inc.">
<meta property="og:description" content="Home of the most coolest and normalest stream group ever, streaming live to your very own screen.">
<meta property="og:image" content="/assets/logo.png">
<link rel="stylesheet" href="/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<section id="mainview">
<section id="titlebar">
<a href="/"><img id="logo" src="/assets/logo.png" alt="Friends are the family you choose."></a>
<div class=wrapdiv>
<h1>Friend Team Inc.</h1> <hr>
<p>
<a href="/">Home</a> <a href="/about">About</a>
<a href="https://discord.friendteam.biz" target="_blank" rel="noopener noreferrer" class="externalLink">Discord</a>
<a href="https://youtube.friendteam.biz" target="_blank" rel="noopener noreferrer" class="externalLink">YouTube</a>
<a href="https://archive.friendteam.biz" target="_blank" rel="noopener noreferrer" class="externalLink">Archive</a>
<!-- <a href="https://forum.friendteam.biz" target="_blank" rel="noopener noreferrer" class="externalLink">Forum</a> -->
<!-- <a href="https://booru.friendteam.biz" target="_blank" rel="noopener noreferrer" class="externalLink">Booru</a> -->
<!-- <a href="/lore">Lore</a> <a href="/comics">Comics</a> <a href="/extras">Extras</a> -->
</p>
</div>
</section>
<hr>
<div id="twitchEmbed"></div> <hr>
<div id="channelButtons"></div> <hr>
<p id="copyrightNotice"></p> <hr>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://embed.twitch.tv/embed/v1.js"></script>
<script src="/cookie.js"></script>
<script src="/twitch.js"></script>
<script src="/home.js"></script>
</section>
</body>
</html>