20 lines
494 B
HTML
20 lines
494 B
HTML
<html>
|
|
<head>
|
|
<title>Upvoted Posts</title>
|
|
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap" rel="stylesheet">
|
|
<style></style>
|
|
<script></script>
|
|
</head>
|
|
<body>
|
|
<div class="links">
|
|
<a href="upvoted.p.html">Previous</a>
|
|
<a href="upvoted.n.html">Next</a>
|
|
</div>
|
|
<h1>Upvoted Posts</h1>
|
|
<!--posts-->
|
|
<div class="links">
|
|
<a href="upvoted.p.html">Previous</a>
|
|
<a href="upvoted.n.html">Next</a>
|
|
</div>
|
|
</body>
|
|
</html> |