13 lines
294 B
HTML
13 lines
294 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||
|
<title>Demobank</title>
|
||
|
<script type="module" src="index.js"></script>
|
||
|
<link rel="stylesheet" href="index.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="app"></div>
|
||
|
</body>
|
||
|
</html>
|