Move the LARBS's website-related files to www

This commit is contained in:
Caian R. Ertl
2017-11-24 01:12:05 -02:00
parent 46f0ca3d9e
commit b17cb3c399
22 changed files with 0 additions and 0 deletions

31
www/previews.html Normal file
View File

@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<link rel='stylesheet' type='text/css' href='style.css'>
<link rel="icon" type="image/png" href="pix/faveicon.ico">
<title>LARBS Previews</title>
</head>
<body>
<h1>Previews of LARBS</h1>
<p>Here are a couple of screenshots of what LARBS can look like. It's easily customizable, so these all holistically should give you an idea.</p>
<p>Feel free to send in your own pix of gettin' stuff done in the system (or at least pretending to look that way).</p>
<div id="prev">
<a href="previews/bow.png"><img width="650px" src="previews/bow.png.jpg"></a>
<a href="previews/larbs.png"><img width="650px" src="previews/larbs.png"></a>
<a href="previews/asian.png.jpg"><img width="650px" src="previews/asian.png"></a>
<a href="previews/varg.png.jpg"><img width="650px" src="previews/varg.png"></a>
</div>
</body>
</html>