Wachalarm-IP-Web/views/test_clock.pug
2018-12-06 10:01:41 +01:00

13 lines
203 B
Plaintext

extends layout
append head
link(rel='stylesheet', href='/css/waip.css')
block content
.container-fluid
include includes/clock
script(src='/js/textFit.min.js')
script(src='/js/waip.js')