WASAPhoto/webui/index.html

17 lines
424 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>WASAPhoto</title>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/bootstrap/css/bootstrap.css">
</head>
<body>
<div id="app"></div>
<script src="/bootstrap/js/bootstrap.bundle.js"></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>