2015-08-28 14:39:34 -07:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<title>Animation Example</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="./css/app.css" />
|
2016-07-08 17:11:12 -07:00
|
|
|
<style>
|
|
|
|
animate-app {
|
|
|
|
display:block;
|
|
|
|
position:fixed;
|
|
|
|
top:0;
|
|
|
|
left:0;
|
|
|
|
right:0;
|
|
|
|
bottom:0;
|
|
|
|
padding:50px;
|
|
|
|
}
|
|
|
|
</style>
|
2015-08-28 14:39:34 -07:00
|
|
|
<body>
|
|
|
|
<animate-app>Loading...</animate-app>
|
|
|
|
</body>
|
|
|
|
</html>
|