contact.html (view raw)
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <title>Contact Lonami</title>
5 <link rel="stylesheet" type="text/css" href="css/style.css">
6 <meta name="description" content="Official Lonami's website">
7 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
8</head>
9<body>
10 <div class="menu">
11 <ul>
12 <li><a href="index">Welcome</a></li>
13 <li><a href="projects">Projects</a></li>
14 <li><a href="contact" class="selected">Contact</a></li>
15 <li><a href="about">About</a></li>
16 <li><a href="more-links">More Links</a></li>
17 </ul>
18 </div>
19 <div class="body">
20 <h1>Contact</h1>
21 <p>If you use Telegram you can join
22 <a href="https://t.me/LonamiWebs" target="_blank">@LonamiWebs</a>
23 and just chat about any topics you like politely.</p>
24
25 <p>If you prefer, you can also send me a private email to
26 <a href="mailto:totufals@hotmail.com">totufals[at]hotmail[dot]com</a>
27 and I will try to reply as soon as I can.</p>
28 </div>
29</body>
30</html>