redirects
This commit is contained in:
13
templates/panel.html
Normal file
13
templates/panel.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user