mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-13 13:35:23 +01:00
17 lines
424 B
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>
|