39 lines
1.7 KiB
HTML
39 lines
1.7 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>CHANGE ME</title>
|
||
|
<link rel="stylesheet" href="/styles.css">
|
||
|
<link rel="icon" href="data:,">
|
||
|
</head>
|
||
|
<body>
|
||
|
<main>
|
||
|
<h1 class="header"><b>TMPL</b> - template page</h1>
|
||
|
<div class="flex-responsive">
|
||
|
<a class="button"><b>Action 1</b></a>
|
||
|
<a class="button"><b>Action 2</b></a>
|
||
|
</div>
|
||
|
<h2>Heading?</h2>
|
||
|
<p>
|
||
|
Et harum quidem rerum facilis est et expedita distinctio. Nemo
|
||
|
enim ipsam voluptatem, quia voluptas.
|
||
|
</p>
|
||
|
<h2>Heading?</h2>
|
||
|
<p>
|
||
|
Ut enim ad minima veniam, quis nostrum exercitationem ullam
|
||
|
corporis suscipit laboriosam, nisi ut al.
|
||
|
</p>
|
||
|
</main>
|
||
|
<footer>
|
||
|
<a href="/cs">Česky / English</a> •
|
||
|
<span class="long-text">Hosted by / Provozováno kolektivem</span>
|
||
|
<a href="https://nolog.cz/">
|
||
|
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" class="logo" clip-rule="evenodd" viewBox="0 0 400 60">
|
||
|
<path fill="currentColor" d="M60 0H0v60h20V19h20v41h20V0Zm80 60h50V41h-30V0h-20v60ZM130 0H70v60h60V0ZM90 19v22h20V19H90ZM260 0h-60v60h60V0Zm-40 19v22h20V19h-20Zm50 41h60V25h-20v16h-20V19h40V0h-60v60ZM372.2 2.9l6.5 20.7H400l-17.2 12.8 6.6 20.7-17.2-12.8L355 57.1l6.5-20.7-17.2-12.8h21.3l6.6-20.7Z"/>
|
||
|
</svg>
|
||
|
</a>
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|