14 lines
365 B
HTML
14 lines
365 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{{title}}</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/static/css/global.css">
|
|
<!-- <link rel="stylesheet" href="/static/css/panel.css"> -->
|
|
</head>
|
|
<body>
|
|
<h1>Nothing in here, for now.</h1>
|
|
</body>
|
|
|
|
</html>
|