10 lines
198 B
HTML
10 lines
198 B
HTML
|
|
<!doctype html>
|
||
|
|
<html>
|
||
|
|
<title>Animation Example</title>
|
||
|
|
<link rel="stylesheet" type="text/css" href="./css/app.css" />
|
||
|
|
<body>
|
||
|
|
<animate-app>Loading...</animate-app>
|
||
|
|
$SCRIPTS$
|
||
|
|
</body>
|
||
|
|
</html>
|