-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
62 lines (61 loc) · 3.22 KB
/
blog.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
<!DOCTYPE html>
<title>Blog</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 class="active" 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 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>
<noscript><br>Please enable JavaScript in your browser for better use of the website.</noscript>
<body>
<div class="title">
<strong>Blogs</strong>
</div>
<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>-->
<br><a href="blog/2023/September/24/BlogPost-24-09-23.html"><strong>About the outage</strong></a> September 24th of 2023
<br><a href="blog/2023/May/04/BlogPost-04-05-23.html"><strong>Site Remaking</strong></a> May 4th of 2023
<br><a href="blog/2022/September/11/BlogPost-11-09-22.html"><strong>Games Page Release</strong></a> September 11th of 2022
<br><a href="blog/2022/September/10/BlogPost-10-09-22.html"><strong>Blog Release</strong></a> September 10th of 2022
</body>
</div>
</html>