50 lines
1.4 KiB
HTML
50 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>
|
|
[ $title$ | easthighNerd ]
|
|
</title>
|
|
<link href="/res/css/default.css" rel="stylesheet">
|
|
<link href="/res/img/favicon.gif" rel="icon" type="image/gif">
|
|
<link rel="me" href="https://raru.re/@easthighNerd">
|
|
</head>
|
|
<body class="window">
|
|
<div class="window_bar">
|
|
<p>
|
|
$title$
|
|
</p>
|
|
<a href="/home/" class="close_button">
|
|
<img src="/res/img/close.png" width="48px" height="48px" alt="Close button">
|
|
</a>
|
|
<a href="/blog/" class="back_button">
|
|
<img src="/res/img/back.png" width="23px" height="23px" alt="Back button">
|
|
</a>
|
|
<div class="explorer_bar_top">
|
|
<img src="/res/img/explorer-bar.jpg" width="100%" height="88px">
|
|
<p>
|
|
https://www.easthighnerd.net/
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="window_content">
|
|
$body$
|
|
<hr>
|
|
<p>
|
|
<img src="/res/img/badges/by-sa.svg" class="cc_badge">
|
|
<br>
|
|
CC BY-SA 4.0
|
|
</p>
|
|
<p>
|
|
This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/" class="external_link" target="_blank">Creative Commons Attribution-ShareAlike 4.0 International License</a>
|
|
</p>
|
|
</div>
|
|
<div class="explorer_bar_bottom">
|
|
<img src="/res/img/explorer-bar-bottom.jpg" width="100%" height="23px">
|
|
<p>
|
|
https://www.easthighnerd.net/
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|