-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (29 loc) · 1.18 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
<!DOCTYPE html>
<head>
<title>Toontown Infinite</title>
<link rel="stylesheet" href="css/bulma.css"> <!-- Bulma Framework -->
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<section class="hero is-fullheight is-primary">
<div class="hero-body">
<div class="container has-text-centered">
<img src="img/logo.png" class="tti-logo">
<h1 class="title">Toontown Infinite</h1>
<p class="tagline">Toontown Infinite is a Single Player/Cooperative Toontown game ran by the community that is designed to last forever!</p>
<p class="tag-smaller">Toontown Infinite is currently in an early state and not officially released yet. It's only available to members of our Discord server.</p>
<div class="discord">
<a href="https://discordapp.com/invite/kvaqsKj">
<img src="img/discord.png" title="Join our Discord!">
</a>
</div>
<div class="twitter">
<a href="https://twitter.com/tt_infinite_t">
<img src="img/twitter.png" title="Visit our Twitter!">
</a>
</div>
</div>
</div>
</section>
</body>