output-from-jekyll/index.html

48 lines
959 B
HTML

<html>
<head>
<title>welcome to my ~ page</title>
<style type="text/css">
body {
background-color:pink;
font-family: courier;
}
</style>
</head>
<body>
<p>What are you doing with your sack of flesh? That's the question</p>
<hr>
<ul>
<li>
<p><a href="swap.html">What would people give, for a cassette tape?</a></p>
</li>
<li>
<p><a href="2016-11-10-rainy.txt">10th November 2016: Rainy</a></p>
</li>
<li>
<p>
<a href="2018-03-15-sunny.txt">fifteenth of March 2018: Sunny
</a>
</p>
</li>
<li>
<p><a href="2018-03-19-night.txt">A new way? nineteenth of March 2018: Night
</p></li>
</ul>
</a>
</body>
<footer>
<hr>
<p>Do you want more information about me? Please feel free to check out
<a href="http://phtan.github.io">another home-page of mine</a>.
</p>
<p>Do you want this account and web address? Please feel free to
e-mail me at the following address:
<br />
phtan90 [at] gmail [dot] com<br />
</footer>
</html>