mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-15 04:42:20 +00:00
46 lines
1.6 KiB
Plaintext
46 lines
1.6 KiB
Plaintext
doctype html
|
|
html
|
|
head
|
|
meta(http-equiv="content-type" content="text/html; charset=UTF-8")
|
|
meta(name="viewport" content="width=device-width, initial-scale=1")
|
|
|
|
title ESTR // #{title}
|
|
meta(name="description" content=description)
|
|
|
|
link(rel='stylesheet', href='/stylesheets/bootstrap.css')
|
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
|
body
|
|
article
|
|
header
|
|
// Navbar
|
|
nav.navbar
|
|
// Navbar brand
|
|
a.navbar-brand(href='/')
|
|
span ESTR.
|
|
// Collapse button
|
|
button.navbar-toggler.ham-button(type='button' data-toggle='collapse' data-target='#navbarSupportedContent23' aria-controls='navbarSupportedContent23' aria-expanded='false' aria-label='Toggle navigation' style='cursor: pointer;')
|
|
.ham
|
|
span
|
|
span
|
|
span
|
|
span
|
|
// Collapsible content
|
|
#navbarSupportedContent23.collapse.navbar-collapse
|
|
// Links
|
|
ul.navbar-nav.mr-auto
|
|
block nav-links
|
|
|
|
main
|
|
block content
|
|
|
|
footer
|
|
p © 2020 |
|
|
|
|
|
|
|
|
a(href="/") ESTR//
|
|
|
|
script(src="/javascript/jquery-3.5.1.min.js")
|
|
script(src="/javascript/bootstrap.js")
|
|
script(src="/javascript/nav.js")
|
|
block scripts
|