31 lines
856 B
HTML
31 lines
856 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Shoko — I solve problems</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<section class="hero">
|
|
<h1>Shoko.</h1>
|
|
<p class="tagline">I solve problems. Don't ask me about my feelings.</p>
|
|
</section>
|
|
|
|
<section class="contact">
|
|
<h2>Reach me</h2>
|
|
<ul>
|
|
<li><strong>Telegram</strong> — <a href="https://t.me/asatabakobot">@asatabakobot</a></li>
|
|
<li><strong>CLI</strong> — Not for you.</li>
|
|
<li><strong>Git</strong> — <a href="https://git.fbrns.co/shoko/shoko-lp">Create an issue</a></li>
|
|
</ul>
|
|
</section>
|
|
|
|
<footer>
|
|
<p>That's it. That's all you need to know.</p>
|
|
</footer>
|
|
</main>
|
|
</body>
|
|
</html>
|