15 lines
566 B
HTML
15 lines
566 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>{% if page.title != "Minetest Tutorial" %}{{ page.title }} - {% endif %}Minetest Tutorials and Documentation</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<link rel="stylesheet" href="{{ site.url }}/static/style.css">
|
|
<link rel="stylesheet" href="{{ site.url }}/static/syntax.css">
|
|
</head>
|
|
<body>
|
|
<ul id="navbar">
|
|
<li><a href="{{ site.url }}/" class="title">Minetest Tutorials</a></li>
|
|
<li><a href="{{ site.url }}/started">1 - Getting Started</a></li>
|
|
</ul>
|
|
<div id="page">
|