init (move to laptop from pc)
This commit is contained in:
34
app/index.html
Normal file
34
app/index.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<!doctype html>
|
||||
<html lang="en" class="h-100" data-bs-theme="auto">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>a2s</title>
|
||||
<meta name="description" content="" />
|
||||
<link rel="manifest" href="manifest.json" />
|
||||
<style>
|
||||
@import './assets/css/styles.css';
|
||||
</style>
|
||||
<script type="module">
|
||||
import './assets/js/app.js';
|
||||
</script>
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
</head>
|
||||
<body class="d-flex h-100 text-bg-dark">
|
||||
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
|
||||
<!-- app header -->
|
||||
<include src="app/partitial/header.html"></include>
|
||||
|
||||
<!-- app working window -->
|
||||
<main>
|
||||
<div class="d-flex gap-3">
|
||||
<include src="app/partitial/menu.html"></include>
|
||||
<div class="flex-fill card shadow p-3" id="content"></div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<!-- app footer -->
|
||||
<include src="app/partitial/footer.html"></include>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user