Compare commits

...

1 Commits

Author SHA1 Message Date
d12c4e6a9c partial fix an article's markup 2021-02-08 15:32:36 -05:00

View File

@ -2,15 +2,27 @@
<html lang="en-us"> <html lang="en-us">
<head> <head>
<link rel="stylesheet" type="text/css" href="/my.css"> <meta charset="utf-8">
<link rel="stylesheet" href="/my.css">
<title> <title>
Critical Sarcasm for the knees Critical Sarcasm for the knees
</title> </title>
</head> </head>
<body> <body>
<center><h1>Critical Sarcasm</h1></center> <center><h1>Critical Sarcasm</h1></center>
<a href="http://criticalsarcasm.com">Go Home</a>
<hr> <nav class="sitenav">
<center><h1 class="orange">Critical Sarcasm</h1></center>
<ul>
<li><a href="http://criticalsarcasm.com">Go Home</a></li>
<li><a href="http://criticalsarcasm.com/oldsite">Old Site</a></li>
<li><a href="http://criticalsarcasm.com/school_essays">Old School Essays</a></li>
</ul>
</nav>
</div>
<div class="container">
<h2>I suck</h2> <h2>I suck</h2>
<p>Oh, where do I start? I know! By explaining nothing!</p> <p>Oh, where do I start? I know! By explaining nothing!</p>
<p>Hmm, I know I should write articles, but this whole 12 hour work day with a 45 minute commute each way is about all I can handle aside from sleep so... guess I won't write for those days.</p> <p>Hmm, I know I should write articles, but this whole 12 hour work day with a 45 minute commute each way is about all I can handle aside from sleep so... guess I won't write for those days.</p>
@ -27,6 +39,7 @@
<p><em>Actually, you know what? I'm done with the truck, I'm going to write today anyway! But what should I write about? How about how I suck at this?</em></p> <p><em>Actually, you know what? I'm done with the truck, I'm going to write today anyway! But what should I write about? How about how I suck at this?</em></p>
<p> Seriously, I should be embarrassed about my utter lack of discipline with this but... Eh, what are you gonna do? At least I can admit it. Hopefully, that will help keep the writing flowing. But then again... I'm probably going to be moving soon and.... The cycle begins again.</p> <p> Seriously, I should be embarrassed about my utter lack of discipline with this but... Eh, what are you gonna do? At least I can admit it. Hopefully, that will help keep the writing flowing. But then again... I'm probably going to be moving soon and.... The cycle begins again.</p>
<p><Strong> I suck!</Strong></p> <p><Strong> I suck!</Strong></p>
</div>
</body> </body>
</html> </html>