reddit-save/html/post.html

15 lines
318 B
HTML
Raw Normal View History

2021-01-02 23:46:36 +01:00
<html>
<head>
<title><!--title--></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">
2021-01-02 23:46:36 +01:00
<style></style>
</head>
2021-01-02 23:33:47 +01:00
2021-01-02 23:46:36 +01:00
<body>
<!--post-->
<div class="comments">
<h2>Comments</h2>
2021-01-03 00:18:26 +01:00
<!--comments-->
2021-01-02 23:46:36 +01:00
</div>
</body>
</html>