Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit d38bb03

Browse files
author
Bernhard Grünewaldt
authored
Update index.html
1 parent f98cd45 commit d38bb03

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

demo-template/src/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
<meta charset="utf-8">
55
<title>DemoTemplate</title>
66
<base href="/">
7-
<style>.spinner{margin:100px auto;width:70px;height:40px;text-align:center;font-size:10px}.spinner>div{background-color:rgb(113, 14, 204);margin-left:6px;height:100%;width:6px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.spinner .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.spinner .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.spinner .rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-stretchdelay{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}</style>
7+
<style>
8+
body { padding:0; margin:0 }
9+
.spinner{margin:100px auto;width:70px;height:40px;text-align:center;font-size:10px}.spinner>div{background-color:rgb(113, 14, 204);margin-left:6px;height:100%;width:6px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.spinner .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.spinner .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.spinner .rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-stretchdelay{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}
10+
</style>
811
<meta name="viewport" content="width=device-width, initial-scale=1">
912
<link rel="icon" type="image/x-icon" href="favicon.ico">
1013
</head>

0 commit comments

Comments
 (0)