mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-22 08:12:19 +00:00
14 lines
500 B
Plaintext
14 lines
500 B
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= title
|
|
link(rel='stylesheet', href='/stylesheets/bootstrap.css')
|
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
|
body
|
|
block content
|
|
script(src="/javascript/jquery-3.5.1.min.js")
|
|
script(src="/javascript/bootstrap.js")
|
|
script(src="/javascript/nav.js")
|