19 lines
416 B
Plaintext
19 lines
416 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="/css/style.css")
|
|
block title
|
|
title Pugz Store
|
|
body
|
|
include ../partials/navbar.pug
|
|
|
|
main
|
|
block content
|
|
|
|
footer.footer
|
|
.container
|
|
.footer-content
|
|
p Built with Pugz - A Pug template engine for Zig
|