xfwc/template/page.html

34 lines
562 B
HTML
Raw Permalink Normal View History

2020-07-31 14:12:36 +00:00
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content=
2020-10-23 20:07:52 +00:00
"xfwc">
2020-07-31 22:43:15 +00:00
<meta charset="UTF-8">
2020-07-31 14:12:36 +00:00
<title>XFSSTITLE</title>
<link rel="stylesheet" href="template/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
2020-08-14 22:47:35 +00:00
<h1>XFSSTITLE</h1>
2020-07-31 14:12:36 +00:00
2020-10-23 20:07:52 +00:00
<center id='cnav'>
2020-08-14 22:47:35 +00:00
<a href="1.html"><<</a>
<a href="#PRE.html"><</a>
2020-08-14 22:47:35 +00:00
<a href="RANDOM.html">?</a>
<a href="#NEXT.html">></a>
2020-08-14 22:47:35 +00:00
<a href="LAST.html">>></a>
</center>
<!-- COMIC -->
2020-07-31 14:12:36 +00:00
2020-10-12 00:47:18 +00:00
<br><br>
<center>
<a href="feed.rss">RSS feed</a>
</center>
2020-07-31 14:12:36 +00:00
</body>
</html>