mirror of
https://github.com/Nezumi-2711/html-css-practice-two.git
synced 2026-09-22 13:38:40 +00:00
Update code
This commit is contained in:
+7
-3
@@ -6,6 +6,10 @@ html(lang="en")
|
||||
link(rel="stylesheet", href="./styles/main.scss")
|
||||
title Food Hut
|
||||
body
|
||||
.background
|
||||
include layouts/header
|
||||
include layouts/welcome
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user