-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Triggered by commit: angular-schule/buch@161d063
- Loading branch information
1 parent
227c88c
commit 65def10
Showing
9 changed files
with
16 additions
and
286 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!doctype html> | ||
<html lang="en" data-critters-container> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>BookMonkey</title> | ||
<base href="/"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="icon" type="image/x-icon" href="favicon.ico"> | ||
<style>*{font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif}body{margin:20px;min-width:320px}.loader{color:#000;text-align:center;font-family:sans-serif;font-size:16px;perspective:350px;padding-top:130px}.loader:before,.loader:after{content:"";display:block;width:45px;height:70px;border:4px solid #000000;margin:5% auto 30px;position:absolute;top:-10px;left:50%}.loader:before{border-left:1px solid #db2828;overflow:hidden;background:#db2828;transform-style:preserve-3d;transform-origin:left center;animation:pageTurn 1.3s cubic-bezier(0,.39,1,.68) .1s infinite}@keyframes pageTurn{0%{transform:rotateY(0)}20%{background:#d01919}40%{background:#db2828;transform:rotateY(-180deg)}to{background:#db2828;transform:rotateY(-180deg)}}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}} | ||
</style><link rel="stylesheet" href="styles-ILYRG3NJ.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-ILYRG3NJ.css"></noscript></head> | ||
<body> | ||
<bm-root> | ||
<div class="loader">Loading ...</div> | ||
</bm-root> | ||
<script src="polyfills-LZBJRJJE.js" type="module"></script><script src="main-RFGLFMEB.js" type="module"></script></body> | ||
</html> |
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.