Files
PointCloudWeb/PoinCloudWeb.Web/views/layout.pug
2021-07-28 11:42:39 +02:00

14 lines
340 B
Plaintext

doctype html
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
script(src='/javascripts/layout.js')
body
div.navbar
button(id="navbar-caption", onclick="onClickMain()")= title
div
button(onclick="onClickScanner()") Scanner
button(onclick="onClickMap()") Map
div.content
block content