-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposts.html
More file actions
59 lines (59 loc) · 2.04 KB
/
posts.html
File metadata and controls
59 lines (59 loc) · 2.04 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=920">
<link rel="icon" type="image/x-icon" href="/favicon.ico" media="(prefers-color-scheme:no-preference)"/>
<link rel="icon" type="image/x-icon" href="/favicon-dark.ico" media="(prefers-color-scheme:dark)"/>
<link rel="icon" type="image/x-icon" href="/favicon.ico" media="(prefers-color-scheme:light)"/>
<link rel="stylesheet" href="/css/styles.min.css"/>
<title>The Phoenix Project - Posts</title>
<meta name="description" content="Here you can see an archive of all our previous blog posts.">
</head>
<body>
<div id="container">
<script id="replace_with_header" src="/js/header.js"></script>
<div id="content">
<script id="replace_with_sidebar" src="/js/sidebar.js"></script>
<div id="main">
<div id="page-banner">
<div id="page-desc">
<h6>Posts</h6>
<hr>
<p>Here you can see an archive of all our previous blog posts.</p>
</div>
<div id="page-thumbnail">
<img src="/images/posts.webp" alt="posts.webp" width="300" height="250"/>
</div>
</div>
<h1>September, 2025</h1>
<div class="main-content">
<ul>
<li><a href="/pages/posts/9.2025/new_website.html">New Website</a></li>
</ul>
</div>
<h1>August, 2021</h1>
<div class="main-content">
<ul>
<li><a href="/pages/posts/8.2021/zamnhlmp_2.6_update.html">ZAMNHLMP 2.6 Update</a></li>
</ul>
</div>
<h1>June, 2021</h1>
<div class="main-content">
<ul>
<li><a href="/pages/posts/6.2021/zamnhlmp_2.5_update.html">ZAMNHLMP 2.5 Update</a></li>
</ul>
</div>
<h1>May, 2021</h1>
<div class="main-content">
<ul>
<li><a href="/pages/posts/5.2021/zamnhl_is_now_back_in_pre_production_state.html">ZAMNHL Is Now Back in Pre Production State</a></li>
</ul>
</div>
</div>
</div>
<script id="replace_with_footer" src="/js/footer.js"></script>
</div>
</body>
</html>