10 lines
228 B
HTML
Raw Normal View History

<!doctype html>
<html>
<title>Animation Example</title>
<link rel="stylesheet" type="text/css" href="./css/app.css" />
<body>
<animate-app>Loading...</animate-app>
<script src="../bootstrap.js"></script>
</body>
</html>