zeg1jeux/minelife/index.html

125 lines
2.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>H2G2 ― Le guide du terraformeur terrien</title>
<link rel="stylesheet" type="text/css" title="Style 1" href="assets/themes/boris/styles.css" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<h1>H2G2 ― Le guide du terraformeur terrien</h1>
<p id="usp">H2G2 ― The Hottest Handbook for Gaïa Glamorization</p>
<!--
https://grammar.yourdictionary.com/parts-of-speech/adjectives/adjectives-that-start-with-h.html
https://nounsstarting.com/with-g/
-->
<main>
<section id="recipe-aux" class="recipe">
<h2 class="item-name">Item 1</h2>
<!--
<h3>Ingrédients pour <q class="recipe-name"></q></h3>
-->
<nav class="other-recipes"><ul></ul></nav>
<div class="recipe-signature">
<ul class="ingredients">
</ul>
<p class="action">
<a href="#">
&nbsp;
</a>
</p>
<p class="result">
&nbsp;
</p>
</div>
<nav class="other-recipes"><ul></ul></nav>
<article class="recipe-details">
<h3>Recette </h3>
<div>
</div>
</article>
</section>
<section id="recipe-main" class="recipe">
<h2 class="item-name">Item 2</h2>
<!--
<h3>Ingrédients pour <q class="recipe-name"></q></h3>
-->
<nav class="other-recipes"><ul></ul></nav>
<div class="recipe-signature">
<ul class="ingredients">
</ul>
<p class="action">
<a href="#">
&nbsp;
</a>
</p>
<p class="result">
&nbsp;
</p>
</div>
<article class="recipe-details">
<h3>Recette</h3>
<div>
</div>
</article>
</section>
<section id="collections">
<nav>
<ul></ul>
</nav>
<ul class="items-list">
</ul>
</section>
<!--
<section id="available-items">
<h2>Liste des items</h2>
<ul id="items-list">
</ul>
</section>
-->
</main>
<footer>
<blockquote>
It's CraftLife, and it's now or Nether<br />
I ain't gonna mine forever<br />
I just wanna craft while I'm alive<br />
<cite>Bon Jovi</cite>
</blockquote>
</footer>
<script src="app.js"></script>
</body>
</html>