2022-05-17 13:00:20 +02:00
|
|
|
<!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">
|
2022-05-17 13:00:20 +02:00
|
|
|
<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-23 23:47:18 +02:00
|
|
|
<label id="LeftBoxLabel" for="LeftBoxCheck"><b>[📘️]</b></label>
|
2022-05-18 20:36:17 +02:00
|
|
|
<input type="checkbox" id="LeftBoxCheck" checked>
|
|
|
|
<br>
|
|
|
|
<div id="LeftBox" class="ToggleBox">
|
2022-05-23 23:47:18 +02:00
|
|
|
[HTML:Part:Standard/LeftBoxTop.html]
|
|
|
|
[HTML:Page:LeftBox]
|
|
|
|
[HTML:Part:Standard/LeftBoxBottom.html]
|
2022-05-18 20:36:17 +02:00
|
|
|
</div>
|
2022-05-17 13:00:20 +02:00
|
|
|
</div>
|
2022-05-18 20:36:17 +02:00
|
|
|
<div id="RightBoxContainer">
|
|
|
|
<label id="RightBoxLabel" for="RightBoxCheck"><b>[🔖️]</b></label>
|
|
|
|
<input type="checkbox" id="RightBoxCheck" checked>
|
|
|
|
<br>
|
|
|
|
<div id="RightBox" class="ToggleBox">
|
|
|
|
[HTML:Page:RightBox]
|
|
|
|
</div>
|
2022-05-17 13:00:20 +02:00
|
|
|
</div>
|
|
|
|
<div id="MainBox">
|
|
|
|
[HTML:Page:MainBox]
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="BottomBox">
|
|
|
|
[HTML:Part:Standard/BottomBox.html]
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|