sitoctt/Templates/Standard.html

63 lines
2.1 KiB
HTML

<!DOCTYPE html>
<html>
<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="/sitoctt-assets/Fonts/SpaceMono/Style.css" rel="stylesheet">
<link href="/sitoctt-assets/twemoji-amazing.min.css" rel="stylesheet">
<title>[HTML:Page:Title] - sitoctt</title>
<meta name="description" content="Il sitoctt - Letteralmente il mio sito">
<meta property="og:title" content="[HTML:Page:Title] - sitoctt">
<meta property="og:description" content="Il sitoctt - Letteralmente il mio sito">
<meta property="og:url" content="https://octtspacc.gitlab.io/sitoctt">
<meta property="og:image" content="/sitoctt-assets/RichPreview/index.png">
<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">
<label id="LeftBoxLabel" for="LeftBoxCheck"><big><b>[<span class="twa twa-books"><span>📚</span></span>]</b></big></label>
<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]
</div>
</div>
<div id="RightBoxContainer">
<label id="RightBoxLabel" for="RightBoxCheck"><big><b>[<span class="twa twa-bookmark-tabs"><span>📑</span></span>]</b></big></label>
<input type="checkbox" id="RightBoxCheck" checked>
<br>
<div id="RightBox" class="ToggleBox">
[HTML:Page:RightBox]
</div>
</div>
<div id="MainBox">
<div id="MainBoxTop">
[HTML:Page:ContentHeader]
</div>
[HTML:Page:Content]
</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>