Init nav UI

This commit is contained in:
2023-07-17 15:47:16 +07:00
commit d0a548d7b4
24 changed files with 4374 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
doctype html
html(lang="en")
head
meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1.0")
link(rel="stylesheet", href="./styles/main.scss")
title Food Hut
body
header.header
.logo-wrapper
a.logo-link(href="javascript:void(0)")
img.logo(src="./assets/images/logo.svg", alt="Food Hut logo")
.header-content
include nav-menu