14 lines
299 B
HTML
14 lines
299 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>AnimDB Animations</title>
|
|
<link rel="stylesheet" type="text/css" href="styles/main.css" />
|
|
</head>
|
|
<body>
|
|
<div id="face"></div>
|
|
<script>
|
|
require('./src');
|
|
</script>
|
|
</body>
|
|
</html>
|