First commit
This commit is contained in:
51
hugo/public/gameplays/index.html
Normal file
51
hugo/public/gameplays/index.html
Normal file
@@ -0,0 +1,51 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="no-js" lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<title>alphabreed</title>
|
||||
|
||||
<meta name="author" content="Stefan Mühlinghaus">
|
||||
<meta name="viewport" content="initial-scale=1, user-scalable=no">
|
||||
<link rel="icon" type="image/vnd.microsoft.icon" href="/img/favicon.ico">
|
||||
|
||||
<link rel="preload" href="/css/main.css" as="style">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script>
|
||||
<script defer src="/js/menu.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<a href="/" title="alphabreed Startseite"> <img src="/img/alphabreed.png" alt="alphabreed"></a>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/pi/">Raspberry Pi</a></li>
|
||||
<li class="active"><a href="/gameplays/">Gameplays</a></li>
|
||||
<li><a href="/if/">Interactive Fiction</a></li>
|
||||
<li><a href="/comics/">Comics</a></li>
|
||||
<li><a href="/bilder/">Bilder</a></li>
|
||||
<li><a href="/impressum/">Impressum</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<div id="main">
|
||||
|
||||
<nav class="submenu box">
|
||||
<h2>Bereiche:</h2>
|
||||
<ul>
|
||||
|
||||
<li><a href="/gameplays/journey/">Journey</a></li>
|
||||
|
||||
<li><a href="/gameplays/zanzarah/">ZanZarah</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
<h1 id="gameplays">Gameplays</h1>
|
||||
<p>Hier gibt es eine Liste meiner jüngsten Gameplay-Videos. Die Liste wird immer sehr kurz sein, denn auf meinem armen <a href="/pi/">Raspberry Pi</a> steht nicht genug Platz für größere Mengen an Videos zur verfügung. Also einfach ab und zu mal vorbei schauen, ob es was neues gibt.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user