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

@ -1,14 +1,47 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>placeholder</title> <title>placeholder</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="static/global.css">
</head> </head>
<body> <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> </body>
</html> </html>