Wachalarm-IP-Web/views/test_clock.pug
2020-01-14 20:27:27 +01:00

13 lines
210 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_client.js')