-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 960 Bytes
/
index.html
File metadata and controls
22 lines (21 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
title:
---
<div class="main-content">
<div class="pad-left">
<h1 class="">Welcome to Toonkit!</h1>
<hr>
<h2>About Us:</h2>
<p>Founded in July 2018, Toonkit is the most convinent way to access Toontown resources anytime, anywhere. Toonkit was created in response to a lack of centralized material within the Toontown community, and providing the common goal of reliable, up-to-date resources.</p>
<h2>Upcoming features:</h2>
<p>Planning to be the central inter-server hub for all things Toontown is an ambitious task, and we know that! With cooperation from the Corporate Clash and Toontown Rewritten teams, some features we plan on adding to the website in the future include speedrun records, event announcements, and a wide variety of statistics.</p>
</div>
</div>
<style>
body {
background-image: url("/assets/images/dd.png");
background-size: cover;
background-repeat: no-repeat;
}
</style>