scaffolding frontend common dom element
This commit is contained in:
24
frontend/template.html.example
Normal file
24
frontend/template.html.example
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=3.0">
|
||||
<title>Dynamic Collection - Index</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div id="header-brand"></div>
|
||||
<nav aria-label="Menu principale"></nav>
|
||||
</header>
|
||||
|
||||
<main id="main-container"></main>
|
||||
|
||||
<aside class="user-panel" aria-label="Area utente">
|
||||
<div class="user-card"></div>
|
||||
<nav aria-label="Menu utente"></nav>
|
||||
</aside>
|
||||
|
||||
<footer id="main-footer"></footer>
|
||||
<script type="module" src="./src/pages/index/index.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user