mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-22 14:26:29 +01:00
checkout.html - Changed page name and navbar name to Checkout
This commit is contained in:
parent
696dc58a8e
commit
7f8edd4270
1 changed files with 2 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||
<title>checkout</title>
|
||||
<title>Checkout</title>
|
||||
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
|
||||
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" rel="stylesheet">
|
||||
<link href="assets/favicon.webp" rel="shortcut icon" type="image/png"/>
|
||||
|
@ -244,7 +244,7 @@
|
|||
|
||||
<body class="bg-color">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark comp-color ml-5 mr-5 nav-radius">
|
||||
<a class="navbar-brand" href="#">Shopping Cart</a>
|
||||
<a class="navbar-brand" href="#">Checkout Page</a>
|
||||
<button aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler"
|
||||
data-target="#navbarTogglerDemo01" data-toggle="collapse" type="button">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
|
@ -273,10 +273,6 @@
|
|||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="title justify-content-center">
|
||||
<h3>Shopping Cart</h3>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="full-body justify-content-center">
|
||||
<div class="body-left">
|
||||
|
|
Loading…
Reference in a new issue