32 lines
No EOL
682 B
HTML
32 lines
No EOL
682 B
HTML
---
|
|
---
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
|
<title>Hiajen - {{ page.title }}</title>
|
|
</head>
|
|
<body>
|
|
<div class="main-container">
|
|
<div class="header">
|
|
<h1>>> Hiajen</h1>
|
|
</div>
|
|
|
|
<div class="row">
|
|
{% include navigation.html %}
|
|
|
|
<div class="col-9 col-s-9">
|
|
<h1>{{ page.title }}</h1>
|
|
<p>{{ content | markdownify }}</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="footer">
|
|
<marquee DIRECTION=left>CYBER CYBER CYBER</marquee>
|
|
<p>made with <a href="https://jekyllrb.com/" target="_blank">Jekyll</a></p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |