reddit-save/html/saved.html

14 lines
315 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>
</head>
2020-12-30 23:59:55 +01:00
2020-12-31 00:51:41 +01:00
<body>
<h1>Saved Posts</h1>
<!--posts-->
2021-01-03 01:20:15 +01:00
<h1>Saved Comments</h1>
<!--comments-->
2020-12-31 00:51:41 +01:00
</body>
2020-12-30 23:59:55 +01:00
</html>