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>
|
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>
|
2021-01-03 03:26:38 +01:00
|
|
|
</section>
|
2021-01-03 01:20:15 +01:00
|
|
|
<!--comments-->
|
2020-12-31 00:51:41 +01:00
|
|
|
</body>
|
2020-12-30 23:59:55 +01:00
|
|
|
</html>
|