Build index.html, create nav-component, add colors and handlebar-plugin to config
This commit is contained in:
15
Webauftritt/eportfolio/examles.html
Normal file
15
Webauftritt/eportfolio/examles.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Beispiele</title>
|
||||
</head>
|
||||
<body class="bg-primary">
|
||||
|
||||
{{> nav examplesActive=true}}
|
||||
|
||||
<h1 class="flex justify-center">Beispiele</h1> <!--todo refine the positioning of text on page-->
|
||||
|
||||
<script type="module" src="/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user