Added files

This commit is contained in:
2020-05-25 02:51:03 +08:00
parent eb92679db8
commit 89b11f7e3e
15 changed files with 424 additions and 0 deletions

33
blog/blog-000 Normal file
View File

@ -0,0 +1,33 @@
<!DOCTYPE html><html><head><meta
charset="utf-8"><meta
name="viewport" content="width=device-width, initial-scale=1"><title>Clement Chiew </title>
<link rel="stylesheet" type="text/css" href="blogstyle.css">
<link rel="icon" href="data:,">
</head><body>
<header>
<h1>My Little Blog</h1>
<aside>Hi. I write about my career and various technologies that I experiment with. Go back to my website <a href="../index.html">here</a>.</aside>
</header>
<h2>Index</h2>
<ul>
<li><a href="blog-007">2020-05-22 Optimizing Web Pages and File Sizes</a></li>
<li><a href="blog-006">2020-05-21 A Hit of Kubernetes</a></li>
<li><a href="blog-005">2020-03-02 The SBC Change</a></li>
<li><a href="blog-004">2019-09-18 ? Matched Expression Does Not Print in Perl</a></li>
<li><a href="blog-003">2019-08-29 Configuring Dynamic DNS Records</a></li>
<li><a href="blog-002">2019-08-07 The Migration</a></li>
<li><a href="blog-001">2019-06-20 The First Entry</a></li>
</ul>
<hr>
<blockquote>
"We don't rise to the level of our expectations, we fall to the level of our training."
<br>
- Archilochus
</blockquote>
</body>
</html>