Add a proper viewer

This commit is contained in:
biglyderv 2024-08-31 20:07:40 -04:00
parent ee4fbcf951
commit c16a4eba11
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954
4 changed files with 45 additions and 1 deletions

View file

@ -1,8 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<!-- You may want to copy this file manually... -->
<link rel="stylesheet" href="https://onezderv.codeberg.page/home/index.css">
<link rel='stylesheet' href='index.css'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<p>See <a href='https://codeberg.org/onezDerv/comic'>comics</a></p>
<section id='main'>
<h1>Onez's Comics</h1>
<img src='comics/0.svg' class='art comic'>
<a href='#' class='ui ui-left'>Previous</a>
<a href='#' class='ui ui-right'>Next</a>
<a href='https://codeberg.org/onezDerv/home' class='ui'>Source</a>
<a href='https://zenoverse.net/' class='ui'>More</a>
</section>
<script src='index.js'></script>
</body>
</html>