2019-09-07 21:54:44 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2019-09-10 20:41:06 +02:00
|
|
|
<title>Readlebee</title>
|
2019-09-07 21:54:44 +02:00
|
|
|
<meta name="description" content="An attempt at a viable alternative to Goodreads">
|
|
|
|
<meta name="keywords" content="books, tracking, lists, bookshelves, bookshelf, rating, reviews, reading">
|
|
|
|
|
2019-09-09 05:47:18 +02:00
|
|
|
<link rel="manifest" href="manifest.webmanifest">
|
|
|
|
<meta name="theme-color" content="#000000">
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
2019-09-10 20:41:06 +02:00
|
|
|
<meta name="apple-mobile-web-app-title" content="Readlebee">
|
2019-09-09 05:47:18 +02:00
|
|
|
<link rel="apple-touch-icon" href="../dev/images/favicon.png">
|
|
|
|
|
2019-09-08 21:44:01 +02:00
|
|
|
<link rel="stylesheet" href="styles/index.scss">
|
2019-09-07 21:54:44 +02:00
|
|
|
<script src="index.js"></script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<!-- Choo replaces the body tag with the app. -->
|
2019-10-28 07:02:19 +01:00
|
|
|
<body><i class="icon-loading animate-spin"></i></body>
|
2019-09-07 21:54:44 +02:00
|
|
|
|
|
|
|
</html>
|