reddit-save/html/upvoted.html

20 lines
494 B
HTML
Raw Normal View History

2020-12-31 00:05:45 +01:00
<html>
2020-12-31 00:51:41 +01:00
<head>
<title>Upvoted Posts</title>
2021-01-03 02:22:07 +01:00
<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">
2020-12-31 00:51:41 +01:00
<style></style>
2021-01-03 03:26:38 +01:00
<script></script>
2020-12-31 00:51:41 +01:00
</head>
<body>
<div class="links">
<a href="upvoted.p.html">Previous</a>
<a href="upvoted.n.html">Next</a>
</div>
2020-12-31 00:51:41 +01:00
<h1>Upvoted Posts</h1>
<!--posts-->
<div class="links">
<a href="upvoted.p.html">Previous</a>
<a href="upvoted.n.html">Next</a>
</div>
2020-12-31 00:51:41 +01:00
</body>
2020-12-31 00:05:45 +01:00
</html>