reddit-save/html/saved.html

26 lines
611 B
HTML
Raw Normal View History

2020-12-30 23:59:55 +01:00
<html>
2020-12-31 00:51:41 +01:00
<head>
<title>Saved 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="saved.p.html">Previous</a>
<a href="saved.n.html">Next</a>
</div>
2021-01-03 03:26:38 +01:00
<section class="posts-section">
2020-12-31 00:51:41 +01:00
<h1>Saved Posts</h1>
<!--posts-->
2021-01-03 03:26:38 +01:00
</section>
<section class="comments-section">
2021-01-03 01:20:15 +01:00
<h1>Saved Comments</h1>
<!--comments-->
2021-01-03 21:56:15 +01:00
</section>
<div class="links">
<a href="saved.n.html">Previous</a>
<a href="saved.n.html">Next</a>
</div>
2020-12-31 00:51:41 +01:00
</body>
2020-12-30 23:59:55 +01:00
</html>