whitebophir/client-data/index.html

31 lines
689 B
HTML
Raw Normal View History

2014-02-22 20:39:41 +00:00
<!DOCTYPE html>
<html>
<!-- This is a quick and dirty draft.-->
<head>
<meta charset="utf-8" />
<title>WBO - Welcome</title>
<link rel="icon" type="image/png" href="favicon.ico" />
2018-11-27 13:46:57 +00:00
<link rel="stylesheet" href="index.css" />
2014-02-22 20:39:41 +00:00
</head>
<body>
<header>
2014-02-23 19:12:45 +00:00
<h1>Whitebophir</h1> - <h2>Welcome</h2>
2014-02-22 20:39:41 +00:00
</header>
<main>
<p>Welcome to <b>WBO</b>. You can go to <a href="/boards/anonymous">the public board</a>
or create a new one with the form below. To share a board, just send it's URL to your friends.</p>
2018-11-27 14:25:46 +00:00
<form action="boards" method="GET">
<input type="text" id="board" name="board" placeholder="Name of the board..."/>
2014-02-22 20:39:41 +00:00
<input type="submit" value="Go">
</form>
</main>
</body>
</html>