-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
68 lines (64 loc) · 3.35 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<title>Contact</title>
<meta content="Just a small website for my projects." property="og:description" />
<meta content="https://komas19.pages.dev" property="og:url" />
<meta content="https://cdn.discordapp.com/attachments/827177596407644221/1018202209764261908/unknown.png" property="og:image" />
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/>
<script src="https://komas19.pages.dev/javascript.js"></script>
<script src="https://komas19.pages.dev/connection.js"></script>
<link rel="stylesheet" href="darkmode/styles.css">
<script src="darkmode/darkmode.js" defer></script>
<script src="darkmode/project.js" defer></script>
<body>
<div class="sidenav">
<a href="index.html"><i class="fa-solid fa-house"></i> Home</a>
<a href="games.html"><i class="fa-solid fa-gamepad"></i> Games</a>
<a href="blog.html"><i class="fa-solid fa-book"></i> Blog</a>
<a href="status.html"><i class="fa-solid fa-signal"></i> Status</a>
<a href="about.html"><i class="fa-solid fa-circle-info"></i> About</a>
<a href="contact.html"><i class="fa-solid fa-address-book"></i> Contact</a>
<a href="compact10.html"><i class="fa-brands fa-windows"></i> Compact 10</a>
<a href="robux_sales_calculator.html"><img src="cdn/robux.png" width="26" height="26"> Robux Sales Calculator</a>
</div>
</body>
<div class="main">
<div class="topnav" id="NavTop">
<a href="index.html"><i class="fa-solid fa-house"></i></a>
<a href="games.html"><i class="fa-solid fa-gamepad"></i></a>
<a href="blog.html"><i class="fa-solid fa-book"></i></a>
<a href="status.html"><i class="fa-solid fa-signal"></i></a>
<a href="about.html"><i class="fa-solid fa-circle-info"></i></a>
<a class="active" href="contact.html"><i class="fa-solid fa-address-book"></i></a>
<a href="compact10.html"><i class="fa-brands fa-windows"></i></a>
<a href="robux_sales_calculator.html"><img src="cdn/robux.png" width="26" height="26"></a>
<a href="javascript:void(0);" class="icon" onclick="responsiveTopNav()">
<i class="fa fa-bars"></i>
</a>
</div>
<p>
</p>
<noscript><p>Please enable JavaScript in your browser for better use of the website.</p></noscript>
<header>
<button class="darkmode" title="darkmode switch" aria-hidden="true"></button>
</header>
<main></main>
<footer></footer>
<!--<div class="connection-container">-->
<!-- The status box will be created dynamically using JavaScript -->
<!--</div>-->
<!--<script src="connection.js"></script>-->
<body>
Feel free to contact me on :
<br>
<body>
<br><i class="fa-brands fa-discord"> </i><strong> komas19</strong>
<br><img src="https://cdn.discordapp.com/attachments/827177596407644221/1018178813940748368/boblox.ico" alt="Roblox" width="32" height="32"> : <strong>Komas19</strong>
<br><i class="fa-brands fa-twitter"> </i> <strong> <a href="https://twitter.com/Komas19Games">@Komas19Games</a></strong>
<br><i class="fa-brands fa-youtube"> </i> <strong> <a href="https://youtube.com/@Komas19Gaming">@Komas19Gaming</a></strong>
<br><i class="fa-solid fa-envelope"> </i> <strong> <a href="mailto:[email protected]">[email protected]</a></strong>
</body>
</div>
</html>