Add some test and placeholder pages for blog
This commit is contained in:
parent
c155343909
commit
1edcbda52a
2 changed files with 47 additions and 0 deletions
25
blog.html
Normal file
25
blog.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<title>🌿 Blog | Garden System</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>
|
||||
<a href="index.html">>Home<</a>
|
||||
<a href="contact.html">>Contact<</a>
|
||||
<a href="blog.html">>Blog<</a>
|
||||
</p>
|
||||
<hr>
|
||||
<h1>Placeholder blog page</h1>
|
||||
<hr>
|
||||
|
||||
<pre><a href="blog/2025-01-27.html">2025-01-27 Test post please ignore</a>
|
||||
</pre>
|
||||
|
||||
</body>
|
||||
</html>
|
22
blog/2025-01-27.html
Normal file
22
blog/2025-01-27.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<title>🌿 Placeholder post | Garden System</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>
|
||||
<a href="index.html">>Home<</a>
|
||||
<a href="contact.html">>Contact<</a>
|
||||
<a href="blog.html">>Blog<</a>
|
||||
</p>
|
||||
<hr>
|
||||
<h1>Placeholder blog post</h1>
|
||||
<hr>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue