mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
39 lines
1.8 KiB
HTML
39 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>{{ page.title }}</title>
|
|
<meta name="author" content="Ellpeck Games">
|
|
<meta name="description" content="{{ page.summary }}">
|
|
<meta name="keywords" content="Ellpeck, Ellpeck Games, Tiny Life, Steam, itch, itch.io, Sandbox, Life Simulator, Simulator, Sim, Isometric, Pixelart, Pixel Art, Retro">
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato&display=swap">
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="icon" href="favicon.ico">
|
|
|
|
<meta property="og:title" content="{{ page.title }}">
|
|
<meta property="og:description" content="{{ page.summary }}">
|
|
<meta property="og:image" content="https://tinylifegame.com/media/icon.png">
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="twitter:site" content="@Ellpeck">
|
|
<meta name="twitter:creator" content="@Ellpeck">
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"></script>
|
|
</head>
|
|
|
|
<body data-spy="scroll" data-target="#navbar" data-offset="80">
|
|
{% include navbar.html %}
|
|
|
|
{{ content }}
|
|
|
|
<div class="footer bg-light">
|
|
<a href="https://github.com/Ellpeck/TinyLifeWeb">© 2021-2023</a> <a href="https://games.ellpeck.de">Ellpeck Games</a>, <a href="https://tophat.studio/">Top Hat Studios</a> – <a href="https://ellpeck.de/impressum">Impressum</a> – <a href="https://ellpeck.de/privacy">Privacy</a> – <a href="https://status.ellpeck.de">Status</a>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|