14 lines
364 B
HTML
14 lines
364 B
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8" />
|
||
|
|
<link href="/favicon.svg" rel="icon" type="image/svg+xml" />
|
||
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||
|
|
<title>backmanagerweb</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="app"></div>
|
||
|
|
<script src="/src/main.js" type="module"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|