-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
29 lines (28 loc) · 1.19 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PANCAKED STUDIOS: About Us</title>
<link rel="stylesheet" type="text/css" href="home.css">
</head>
<body>
<ul>
<li><a href="index.html">START MENU</a></li>
<li><a href="download_centre.html">DOWNLOAD CENTRE</a></li>
<li><a href="blog_archive.html">BLOG ARCHIVE</a></li>
<li><a href="about.html">ABOUT US</a></li>
<li><a href="https://paper.wf/pancakedstudios">CURRENT BLOG</a></li>
</ul>
</br>
If you are here, then that means you either have no idea who we are, </br>
or just want to read some text about us. It's perfectly okay, because you'll get that. </br>
</br>
Pancaked Studios is a game "studio" that is ran and comprises of a group of friends. </br>
We're currently making the chao fangame "Chao Adventure." </br>
Go to the download centre to play it, if you'd like. </br>
</br>
We have had alot of blogs in the past, but we are going to attempt to unify them into one thing soon. </br>
</body>
</html>