18 lines
No EOL
672 B
Text
18 lines
No EOL
672 B
Text
doctype html
|
|
html
|
|
head
|
|
title= title
|
|
link(href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet")
|
|
link(rel="stylesheet", href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css")
|
|
link(rel="stylesheet", href="/stylesheets/style.css")
|
|
script(src="/socket.io/socket.io.js")
|
|
body
|
|
- var student = false
|
|
- var teacher = true
|
|
- var admin = false
|
|
div(class="row" id="page")
|
|
div(class="col s2" id="panel")
|
|
block navbar
|
|
div(class="col s10" id="main")
|
|
block content
|
|
script(src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js") |