This commit is contained in:
Janis M
2022-03-29 12:44:03 +02:00
parent 0c4e9e83c4
commit 962b33e1de
46 changed files with 58835 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shop - <%= title %></title>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="/css/header.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/auth_header.css">

View File

@@ -10,6 +10,9 @@
<%- include('partials/header'); %>
</header>
<!--
<div id="content">
<div id="productPicture">
<img src="/images/examples.jpg" alt="">
@@ -89,7 +92,8 @@
<div style="width: 100%; height: 100px;">Leider hat dieses Produkt noch keine Bewertung. :(</div>
<% } %>
</div>
</div>
</div> -->
<%- include('partials/footer'); %>
<script src="/js/bootstrap.js"></script>
</body>
</html>