sitoctt/Templates/Standard.html

53 lines
1.6 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="[HTML:Page:CSS]">
2022-05-22 16:15:31 +02:00
<link href="/sitoctt-assets/Fonts/SpaceMono/Style.css" rel="stylesheet">
<link href="/sitoctt-assets/twemoji-amazing.min.css" rel="stylesheet">
<title>[HTML:Page:Title] - postoctt</title>
<style>
[HTML:Page:Style]
</style>
</head>
<body>
<div id="Container">
<div id="TopBox">
[HTML:Part:Standard/TopBox.html]
</div>
<div id="MiddleBox">
2022-05-18 20:36:17 +02:00
<div id="LeftBoxContainer">
2022-05-27 16:32:51 +02:00
<label id="LeftBoxLabel" for="LeftBoxCheck"><big><b>[</b><span class="twa twa-books"><span>📚</span></span><b>]</b></big></label>
2022-05-18 20:36:17 +02:00
<input type="checkbox" id="LeftBoxCheck" checked>
<br>
<div id="LeftBox" class="ToggleBox">
[HTML:Part:Standard/LeftBoxTop.html]
[HTML:Page:LeftBox]
[HTML:Part:Standard/LeftBoxBottom.html]
2022-05-18 20:36:17 +02:00
</div>
</div>
2022-05-18 20:36:17 +02:00
<div id="RightBoxContainer">
2022-05-27 16:32:51 +02:00
<label id="RightBoxLabel" for="RightBoxCheck"><big><b>[</b><span class="twa twa-bookmark-tabs"><span>📑</span></span><b>]</b></big></label>
2022-05-18 20:36:17 +02:00
<input type="checkbox" id="RightBoxCheck" checked>
<br>
<div id="RightBox" class="ToggleBox">
[HTML:Page:RightBox]
2022-05-18 20:36:17 +02:00
</div>
</div>
<div id="MainBox">
[HTML:Page:MainBox]
</div>
</div>
<div id="BottomBoxContainer">
2022-05-27 16:32:51 +02:00
<label id="BottomBoxLabel" for="BottomBoxCheck"><big><b>[</b><span class="twa twa-label"><span>🏷️</span></span><b>]</b></big></label>
<input type="checkbox" id="BottomBoxCheck">
<div id="BottomBox" class="ToggleBox">
[HTML:Part:Standard/BottomBox.html]
</div>
</div>
</div>
</body>
2022-05-27 16:24:08 +02:00
</html>