blob: acc5efd05ee27324e466f2b93982fb3ccdfa5504 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!doctype html>
<html lang="en" class="loading">
<head>
<title>
neural
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="/assets/css/css.css">
</head>
<body>
<div id="container"></div>
<script>
var s = document.createElement('script');
s.setAttribute('src','bundle.js?' + Date.now());
document.body.appendChild(s)
</script>
</body>
</html>
|