27 lines
646 B
Plaintext
Raw Normal View History

2016-11-03 07:54:30 +00:00
component Layout(content string)
2017-06-01 13:38:08 +00:00
html(lang="en")
2016-10-28 16:11:25 +00:00
head
title notify.moe - Beta
2016-11-03 04:11:00 +00:00
meta(name="viewport", content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes")
2017-06-03 23:17:00 +00:00
link(rel="manifest", href="/manifest.json")
2016-10-28 16:11:25 +00:00
body
2016-11-02 13:47:22 +00:00
#container
#header
Navigation
#content-container
main#content.fade!= content
2016-11-02 13:47:22 +00:00
LoadingAnimation
script(src="/scripts.js")
component LoadingAnimation
#loading-animation.sk-cube-grid.fade
.sk-cube.sk-cube1
.sk-cube.sk-cube2
.sk-cube.sk-cube3
.sk-cube.sk-cube4
.sk-cube.sk-cube5
.sk-cube.sk-cube6
.sk-cube.sk-cube7
.sk-cube.sk-cube8
.sk-cube.sk-cube9