mirror of
https://github.com/Nezumi-2711/html-css-practice-two.git
synced 2026-09-22 13:38:40 +00:00
16 lines
467 B
Plaintext
16 lines
467 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-menu
|
|
include layouts/welcome
|