Merge branch 'master' of https://github.com/LukasNowy/SmartShopper
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
|
||||
<link rel='stylesheet' href='/bootstrap/dist/css/bootstrap.min.css'>
|
||||
<script src="https://www.gstatic.com/firebasejs/5.7.0/firebase.js"></script>
|
||||
|
||||
</head>
|
||||
<body id="vue-app">
|
||||
|
||||
@ -40,11 +41,10 @@
|
||||
<!-- detail card -->
|
||||
<div class="row justify-content-center ">
|
||||
<div class="card border-light mb-3 detailcardausgabe" style="width: 50rem;">
|
||||
<div class="card-header text-center"></div>
|
||||
<div class="card-header"></div>
|
||||
|
||||
<div class="card-body">
|
||||
<h5 class="card-title"></h5>
|
||||
<p class="card-text"></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -112,5 +112,6 @@
|
||||
<script src="/javascripts/ajax.js"></script>
|
||||
<script src="https://unpkg.com/ionicons@4.4.8/dist/ionicons.js"></script>
|
||||
<script src="/javascripts/test.js"></script>
|
||||
<script src="/javascripts/firebase-app.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user