comic/index.html

22 lines
674 B
HTML
Raw Normal View History

2024-08-29 20:30:02 -04:00
<!DOCTYPE html>
<html>
<head>
2024-08-31 20:07:40 -04:00
<!-- 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">
2024-08-29 20:30:02 -04:00
</head>
<body>
2024-08-31 20:07:40 -04:00
<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>
2024-08-29 20:30:02 -04:00
</body>
</html>
2024-08-31 20:07:40 -04:00