web/index.html

33 lines
1.4 KiB
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Home of SCM</title>
<meta name="The Home of SCM" content="">
<meta name="Scott C. MacCallum" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<div class="container">
<div class="row">
<h3>Welcome</h3>
<p>Thank you for taking the time to visit. This is where I talk about technology and anything else that comes to mind.</p>
<h3>Posts</h3>
<h4><a href="https://scm.sdf.org/posts/2023/11.html">2023</a></h4>
<h3>Ways to View This Site</h3>
<p><b>Email</b> coming soon<br>
<b>Finger</b> e.g. <i>finger scm | less</i> when logged into tty.sdf.org or ma.sdf.org (current month posts)<br>
<b>Gopher</b> e.g. <i>gopher</i> <i>gopher://sdf.org:70/1/users/scm/</i><br>
<b>World Wide Web</b> e.g. <i>lynx https://scm.sdf.org/</i><br>
<b>Real Simple Syndication</b> coming soon<br>
<b>Gemini</b> e.g. <i>bombadillo gemini://gem.sdf.org/scm/</i><br>
<b>Mastodon</b> coming soon<br>
<b>Source</b> e.g. <i>git clone <a href="https://git.sdf.org/scm/web.git">https://git.sdf.org/scm/web.git</a></i></p>
<p>Copyright &copy; 2023 Scott C. MacCallum<br>
Verbatim copying and redistribution of this entire site are permitted provided this notice is preserved.</p>
</div>
</div>
</body>
</html>