29 lines
768 B
HTML
29 lines
768 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>TYTD Lite</title>
|
|
<link rel="stylesheet" href="./beer.min.css">
|
|
<link rel="stylesheet" href="./theme.css">
|
|
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav>
|
|
<a href="./" class="circle transparent button">
|
|
<img class="responsive" src="./android-chrome-192x192.png">
|
|
</a>
|
|
<h5 class="max">TYTD Lite</h5>
|
|
</nav>
|
|
</header>
|
|
<main class="responsive">
|
|
{{body}}
|
|
</main>
|
|
|
|
<script src="./beer.min.js" type="module"></script>
|
|
<script>
|
|
|
|
</script>
|
|
</body>
|
|
</html> |