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
df3f605754
commit
20d5a91677
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
<link href="/css/notif-pay.css" rel="stylesheet">
|
||||
<% } else if(state == "payment") { %>
|
||||
<link href="/css/payment.css" rel="stylesheet">
|
||||
<% } else if(state == "products") { %>
|
||||
<link href="/css/products.css" rel="stylesheet">
|
||||
<% } else if(state == "product") { %>
|
||||
<link href="/css/product.css" rel="stylesheet">
|
||||
<% } else if(state == "login") { %>
|
||||
|
|
Loading…
Reference in a new issue