mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 02:16:19 +01:00
Update header
This commit is contained in:
parent
e932355ab0
commit
ec1bf246bf
1 changed files with 13 additions and 3 deletions
|
@ -9,13 +9,17 @@
|
|||
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com" rel="preconnect">
|
||||
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
|
||||
<script src="https://kit.fontawesome.com/e48d166edc.js" crossorigin="anonymous"></script>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.carousel.css">
|
||||
<script src="https://unpkg.com/feather-icons"></script>
|
||||
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script>
|
||||
<link href="/css/navbar.css" rel="stylesheet">
|
||||
<% if(state == "bag") { %>
|
||||
<% if(state == "index") { %>
|
||||
<link href="/css/index.css" rel="stylesheet">
|
||||
<% } else if(state == "bag") { %>
|
||||
<link href="/css/bag.css" rel="stylesheet">
|
||||
<% } else if(state == "checkout") { %>
|
||||
<link href="/css/checkout.css" rel="stylesheet">
|
||||
|
@ -27,12 +31,18 @@
|
|||
<link href="/css/payment.css" rel="stylesheet">
|
||||
<% } else if(state == "product") { %>
|
||||
<link href="/css/product.css" rel="stylesheet">
|
||||
<% } else if(state == "login") { %>
|
||||
<link href="/css/login.css" rel="stylesheet">
|
||||
<% } else if(state == "register") { %>
|
||||
<link href="/css/register.css" rel="stylesheet">
|
||||
<% } else if(state == "register-verification-completed") { %>
|
||||
<link href="/css/register-verification-completed.css" rel="stylesheet">
|
||||
<% } else if(state == "register-verification-sent") { %>
|
||||
<link href="/css/register-verification-sent.css" rel="stylesheet">
|
||||
<% } else if(state == "register") { %>
|
||||
<link href="/css/register.css" rel="stylesheet">
|
||||
<% } else if(state == "forgot-password") { %>
|
||||
<link href="/css/forgot-password.css" rel="stylesheet">
|
||||
<% } else if(state == "otp") { %>
|
||||
<link href="/css/otp.css" rel="stylesheet">
|
||||
<% } else if(state == "success-add") { %>
|
||||
<link href="/css/success-add.css" rel="stylesheet">
|
||||
<% } %>
|
||||
|
|
Loading…
Reference in a new issue