website/pages/faq.html

25 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FAQ</title>
<link href="/style/base.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<div class="content">
<a href="#cigar">"Why're you smoking a cigar?"</a><br>
<a href="#name">"biterr?!!?! Why that name?!"</a><br>
<a href="#recommend">"Would you recommend me anything?"</a><br>
<a href="#contact">"Can I contact ya?"</a><br>
<h2 id="cigar">Why're you smoking a cigar?</h2>
<h3>Cuz I cannot survive without my daily dose of <a href="https://nicotine-plus.org">Nicotine+</a>!<br>btw don't start smoking, I only added bird that has a cigar to promote <a href="https://nicotine-plus.org">Nicotine+</a>. Smoking is a stupid addiction that can easily be prevented!</h3>
<h2 id="name">biterr?!!?! Why that name?!</h2>
<h3><i>Name was acidentally created in 3th grade when I misspelled word "bitter"</i></h3>
<h2 id="recommend">Would you recommend me anything?</h2>
<h3>I would recommend you to <a href="https://youtube.com/watch?v=AkFqg5wAuFk">WALK!</a></h3>
<h2 id="contact">Can I contact ya?</h2>
<h3>You can send an e-mail to <a href="mailto:biterr@swisscows.email">biterr@swisscows.email</a> only if you're a fan or hot mama.</h3>
</div>
</body>
</html>