mirror of https://gitlab.com/octtspacc/sitoctt
76 lines
2.4 KiB
HTML
76 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="[HTML:Page:Lang]">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="[HTML:Site:RelativeRoot]Standard.css">
|
|
<link href="[HTML:Folder:*:AbsoluteRoot]/sitoctt-assets/Fonts/SpaceMono/Style.css" rel="stylesheet">
|
|
<link rel="alternate" type="application/atom+xml" title="Feed Atom" href="[HTML:Site:RelativeRoot]feed/atom.xml">
|
|
<link rel="alternate" type="application/rss+xml" title="Feed RSS" href="[HTML:Site:RelativeRoot]feed/rss.xml">
|
|
<title>[HTML:Page:Title] - [HTML:Site:Name]</title>
|
|
<meta name="description" content="[HTML:Page:Description]">
|
|
<link href="[HTML:Site:RelativeRoot]favicon.png" rel="icon" type="image/png">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="[HTML:Page:Title] - [HTML:Site:Name]">
|
|
<meta property="og:description" content="[HTML:Page:Description]">
|
|
<meta property="og:url" content="https://sitoctt.octt.eu.org/[HTML:Page:Path]">
|
|
<meta property="og:image" content="[HTML:Page:Image]">
|
|
[HTML:ContextPart:*/Head]
|
|
<style>
|
|
[HTML:Page:Style]
|
|
</style>
|
|
</head>
|
|
<body id="Body">
|
|
<div id="Header">
|
|
[HTML:ContextPart:*/Header]
|
|
</div>
|
|
<div id="Container">
|
|
<div id="TopBox">
|
|
[HTML:Part:Standard/TopBox.html]
|
|
</div>
|
|
<div id="MiddleBox">
|
|
<div id="LeftBoxContainer">
|
|
<details>
|
|
<summary><big><b>[<span class="twa twa-books"><span>📚</span></span>]</b></big></summary>
|
|
<div id="LeftBox">
|
|
[HTML:Part:Standard/LeftBoxTop.html]
|
|
[HTML:Site:Menu]
|
|
[HTML:Part:Standard/LeftBoxBottom.html]
|
|
</div>
|
|
</details>
|
|
</div>
|
|
<div id="RightBoxContainer">
|
|
<details>
|
|
<summary><big><b>[<span class="twa twa-bookmark-tabs"><span>📑</span></span>]</b></big></summary>
|
|
<div id="RightBox">
|
|
[HTML:Page:Chapters]
|
|
</div>
|
|
</details>
|
|
</div>
|
|
<div id="MainBox">
|
|
<div id="MainBoxTop">
|
|
[HTML:Page:ContentHeader]
|
|
</div>
|
|
[HTML:Page:Content]
|
|
<div id="MainBoxBottom">
|
|
[HTML:Comments]
|
|
<br>
|
|
[HTML:ContextPart:*/Footer]
|
|
<br>
|
|
<div id="MainBoxGlobalFooter">
|
|
[HTML:Part:Standard/Footer.html]
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="BottomBoxContainer">
|
|
<label id="BottomBoxLabel" for="BottomBoxCheck"><big><b>[<span class="twa twa-label"><span>🏷️</span></span>]</b></big></label>
|
|
<input type="checkbox" id="BottomBoxCheck">
|
|
<div id="BottomBox" class="ToggleBox">
|
|
[HTML:Part:Standard/BottomBox.html]
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|