-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (49 loc) · 1.31 KB
/
Copy pathindex.html
File metadata and controls
49 lines (49 loc) · 1.31 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>
<title>Creationist Home</title>
</head>
<body bgcolor="silver">
<div style="text-align: right;">
<p><i>Logged in</i> | </p>
<a href="login.html">Log In | </a>
<a href="signup.html">Sign Up</a>
</div>
<div style="text-align: center;">
<img src=https://u.cubeupload.com/jellyfishfisher560/costume1.png></img>
</div>
<hr>
<div style="text-align: right;">
<br>
</div>
<div style="text-align: center;">
<a href="create.html">create |</a>
<a href="https://creationist.freeforums.net"> forums</a>
<p><i>Welcome!</i></p>
<p>
creationist is a friendly community for sharing programming or applications/games you've developed.
</p>
<p>
It also allows you to make your own pages for your creations without the server cost.
</p>
<h2>Recent Creations</h2>
<a href="null.html">null by null</a>
<br>
<a href="MonstersBattle.html">Monsters Battle by jbdev</a>
<br>
<a href="scratch20search.html">Scratch Search by m_thindicator</a>
<br>
<a href="test.html">test by testuser</a>
<br>
<a href="earlytest%20not%20working".html">earlytest not working by jellyfishadmin56</a>
<h2>
Featured Creations
</h2>
<a href="scratch20search.html">Scratch Search by m_thindicator</a>
</div>
<hr>
<div style="text-align: center;">
<a href="OurTeam.html">Our Team</a>
</div>
</body>
</html>