mirror of
https://github.com/DerTyp7/shop-ejs-expressjs.git
synced 2026-07-31 10:39:03 +02:00
added
This commit is contained in:
@@ -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">
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user