blob: 9cd7235b00defb4dfa26d765f2792a09bb0d5e04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Animism</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<style>
html { background: #000; }
</style>
</head>
<body>
<script>
var s = document.createElement('script');
s.setAttribute('src', '/static/js/dist/bundle.js?' + Date.now())
document.body.appendChild(s)
</script>
</html>
|