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