What I'm doing right now
This commit is contained in:
parent
73d2864100
commit
3b257558f5
@ -60,6 +60,7 @@
|
||||
<p><a href="/textediting">here are my opinions on text editing</a></p>
|
||||
<p style="font-weight: normal; text-decoration: underline;">you just lost the game</p>
|
||||
<p><a href="/git">here's my take on the git main thing</a></p>
|
||||
<p><a href="/now">here's what i'm doing right now</a></p>
|
||||
<hr size="1" width="25%" align="left" />
|
||||
<p><small>The following buttons use JavaScript to modify the page title.</small></p>
|
||||
<input type="button" value="prefix (s-expression)" onclick="document.title='(+ d (- 7 s))';" />
|
||||
|
15
homepage/now.html
Normal file
15
homepage/now.html
Normal file
@ -0,0 +1,15 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>opinions on The Git Thing</title>
|
||||
<meta charset="US-ASCII" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="canonical" href="https://blake.instantfloppy.net/textediting" />
|
||||
</head>
|
||||
<body>
|
||||
<p><a href="/">~ Return to the rest of the site</a></p>
|
||||
<h1>What I'm doing right now</h1>
|
||||
<h3>updated 2020-10-17</h3>
|
||||
<hr size="1" width="25%" align="left" />
|
||||
<p>I'm doing schoolwork and about to start working at Burger King.</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user