LARBS/previews.html

30 lines
733 B
HTML
Raw Normal View History

<!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>
2017-10-10 20:43:59 +02:00
<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>
2017-10-10 20:46:24 +02:00
<div id="prev">
2017-10-10 20:47:46 +02:00
<a href="previews/bow.png"><img width="650px" src="previews/bow.png.jpg"></a>
2017-10-10 20:47:46 +02:00
<a href="previews/larbs.png"><img width="650px" src="previews/larbs.png"></a>
2017-10-10 21:02:35 +02:00
<a href="previews/asian.png.jpg"><img width="650px" src="previews/asian.png"></a>
2017-10-10 20:47:46 +02:00
<a href="previews/varg.png.jpg"><img width="650px" src="previews/varg.png"></a>
2017-10-10 20:46:24 +02:00
</div>
2017-10-10 20:43:59 +02:00
</body>
</html>