made it more sexable pt.1
This commit is contained in:
parent
7fbfbaa039
commit
d8aabf3a76
|
@ -2,12 +2,45 @@
|
||||||
<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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user