1
0
Fork 1
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
2.1 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<title>Morsel</title>
<link rel="stylesheet" href="/static/morsel.css" />
<link rel="stylesheet" href="/static/theme.css" />
</head>
<body>
<center class="logobox">
<img src="/static/logo.png" alt="bigger morsel logo"/>
</center>
<div class="feed_panel panel">
<h1 style="margin-bottom: 0px; text-align: center;">Morsel</h1>
<p><center>
is a combination of a microblogging service and forum. It encourages <big class="mods"><b>humanity</b></big> over all else.
</center></p>
<ul>
<li>
<b class="mods">Designed for people with fingers and brains.</b><br/>
Morsel is designed with people in mind, intended to be easy to use and simple to navigate.<br/><br/>
</li>
<li>
<b class="username">It looks pretty nice, too.</b><br/>
Morsel's also designed to look very nice, at least according to
<a href="//morsel.videotoblin.me/u/videotoblin" class="mods">my tastes.</a><br/><br/>
</li>
<li>
<b class="mods">It's open source.</b><br/>
It's pretty easy to get set up for debugging and development, pretty much as soon as you get your hands on
<a href="//git.catvibers.me/videotoaster/morsel" class="mods">the freely available source code</a>, licensed under the MIT
license for ease of access and use.<br/><br/>
</li>
<li>
<b class="username">It's customizable.</b><br/>
As a Morsel admin, you can completely uproot the UI design of the webapp to your tastes. You can make it flat,
you can change the logo, the background, the proportions, you can make it look <i>terrible</i>, or you can make
it look <b>stylish.</b> It's all up to you!<br/><br/>
</li>
</ul>
<h3><center>Ready to get started?</center></h3>
<div class="buttons">
<a class="abtn" href="/login">Log into Morsel</a>
<a class="abtn" href="/login">Create an Account</a>
</div>
</div>
</body>
</html>