Files
loi-phan-internship/practice/practice-02/src/index.pug
T
2023-07-19 09:13:40 +07:00

15 lines
443 B
Plaintext

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.flex
.logo-wrapper
a.logo-link(href="javascript:void(0)")
img.logo(src="./assets/images/logo.svg", alt="Food Hut logo")
.header-content.flex
include layouts/nav/nav-menu