forked from 00-00-00-11/readify.me
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
17 lines (17 loc) · 883 Bytes
/
404.html
File metadata and controls
17 lines (17 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="/src/main.js"></script>
<link rel="shortcut icon" href="/assets/favicon.ico">
<link id='style' rel='stylesheet' type='text/css' href='/css/style.css'>
<meta name=theme-color content=#fffffe>
<meta property="og:type" content="website">
<meta property="og:title" content="readify.me" />
<meta property="og:description" content="A safe, easy, open-source solution that allows you to read articles in peace - all without the need to download any software, create an account or even store any cookies!" />
<meta property="og:image" content="/assets/book.png" />
<title>readify.me - Loading...</title>
</head>
<body id="body">
Loading...
</body>
</html>