mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 06:06:15 +01:00
17 lines
426 B
HTML
17 lines
426 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Example app</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>
|