Added files
This commit is contained in:
33
blog/blog-000
Normal file
33
blog/blog-000
Normal 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>
|
Reference in New Issue
Block a user