30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
doctype html
|
|
html
|
|
head
|
|
title= title
|
|
meta(charset="utf-8")
|
|
meta(name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no")
|
|
link(href="https://stackpath.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous")
|
|
link(href="https://fonts.googleapis.com/css?family=Delius+Unicase:700" rel="stylesheet")
|
|
script(src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous")
|
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
|
body
|
|
header
|
|
.wrap
|
|
p.site-name Monnéthic
|
|
ul.nav.justify-content-end
|
|
li.nav-item
|
|
a.nav-link(href="/") Accueil
|
|
li.nav-item
|
|
a.nav-link(href="/about") À propos
|
|
li.nav-item
|
|
a.nav-link(href="/login") Connexion
|
|
|
|
.content.wrap
|
|
block content
|
|
|
|
footer
|
|
.wrap
|
|
p © Monnéthic 2018
|
|
|