made it more sexable pt.1

This commit is contained in:
xomf 2024-03-27 23:13:14 +00:00 committed by GitHub
parent 7fbfbaa039
commit d8aabf3a76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,12 +2,45 @@
<html>
<head>
<title>placeholder</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="static/global.css">
</head>
<body>
<h1>{{placeholder}}</h1>
<div id="content">
<div class="box titlebar">
<h1>Placeholder</h1>
</div>
<div id="main-pane">
<div class="box" id="sidenav">
<a href="#">Home</a>
<a href="#">Home</a>
<a href="#">Home</a>
<a href="#">Home</a>
</div>
<div class="box" id="content-pane">
<p>{{placeholder}}</p>
</div>
</div>
</div>
</body>