mirror of
https://github.com/glmdev/eecs448-lab10
synced 2026-03-02 03:39:24 +00:00
Initial commit
This commit is contained in:
10
index.html
Normal file
10
index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<body>
|
||||
<h1>Simple Posts</h1>
|
||||
<ul>
|
||||
<li><a href="CreateUser.html">Create User</a></li>
|
||||
<li><a href="CreatePosts.html">Create Post</a></li>
|
||||
<li><a href="AdminHome.html">Admin Home</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user