36 lines
1.8 KiB
HTML
36 lines
1.8 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head><title>Maya Space</title></head>
|
||
|
<link rel="stylesheet" href="style.css">
|
||
|
<script src="https://cdn.jsdelivr.net/npm/gun/gun.js"></script>
|
||
|
<script>
|
||
|
</script>
|
||
|
<body id="body">
|
||
|
<img class="logo" src="maya.jpg">
|
||
|
<h1>MayaSpace (WIP)</h1><hr><br>
|
||
|
<div class="container">
|
||
|
<label for="uname"><b>Username</b></label>
|
||
|
<input type="text" placeholder="Enter Username" name="uname" id="uname" required>
|
||
|
|
||
|
<label for="psw"><b>Password</b></label>
|
||
|
<input type="password" placeholder="Enter Password" name="password" id="password" required>
|
||
|
|
||
|
<button type="submit" onclick="login()">Login/Sign Up</button>
|
||
|
</div>
|
||
|
<a href="rules.html" style="text-align: right;"><p>Rules for this instance.</p></a>
|
||
|
<br>
|
||
|
<h2>About Maya</h2>
|
||
|
<p>Maya is the cat of the Lord family as of 2020. Before her came Dixie, who (unfortunately) died not too long before we adopted Maya.</p>
|
||
|
<h3>Why did you create MayaSpace?</h3>
|
||
|
<p>I thought it was a good pun, and decided to make it real. (Thanks Mom and Dad for the pun!)</p>
|
||
|
<h3>What is MayaSpace?</h3>
|
||
|
<p>MayaSpace is a decentralized social media site where you can post posts, however it was originally a meme site. Everyone is treated equally, since there are no comments and likes, and everyone gets on the front page as soon as they post as well.</p>
|
||
|
<h3>Do you love Maya?</h3>
|
||
|
<p>Yes. Yes I do.</p>
|
||
|
<hr>
|
||
|
<p>Copyright Samuel Lord. Licensed under the <a target="_blank" href="https://github.com/nodemixaholic/mayaspace/blob/master/LICENSE">MIT license.</a></p>
|
||
|
<script src="xss/xss.js"></script>
|
||
|
<script src="index.js"></script>
|
||
|
</body>
|
||
|
</html>
|