web/index.html

34 lines
1.5 KiB
HTML
Raw Normal View History

2023-02-08 12:29:58 +00:00
<!DOCTYPE html>
<html lang="en">
2023-02-08 13:04:47 +00:00
<head>
<meta charset="utf-8">
2023-02-16 13:35:08 +00:00
<title>The home of SCM</title>
2023-02-11 13:38:10 +00:00
<meta name="The Home of SCM" content="">
2023-02-08 13:04:47 +00:00
<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">
2023-02-15 00:44:40 +00:00
<h3>Welcome</h3>
2023-02-24 20:01:01 +00:00
<p>Thank you for taking the time to visit. This is where I talk about technology and anything else that comes to mind.</p>
2023-02-15 00:44:40 +00:00
<h3>Posts</h3>
2023-03-01 01:27:30 +00:00
<h4><a href="https://scm.sdf.org/posts/2023/03.html">2023</a></h4>
2023-02-27 02:11:42 +00:00
<h3>Ways to view this site</h3>
2023-02-27 02:03:52 +00:00
<p><b>Finger</b> e.g. <i>finger scm | less</i> when logged into tty.sdf.org or ma.sdf.org (current month posts).<br>
2023-02-26 17:02:52 +00:00
<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>
2023-02-27 02:29:23 +00:00
<b>Real Simple Syndication</b> <i>coming soon!</i><br>
2023-02-26 17:02:52 +00:00
<b>Gemini</b> e.g. <i>bombadillo gemini://gem.sdf.org/scm/</i>.<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>
2023-02-26 17:10:19 +00:00
<h3>Participate in the conversation</h3>
2023-02-26 17:51:28 +00:00
<p><b>Email</b> <i>coming soon!</i><br>
2023-02-26 17:52:01 +00:00
<b>Mastodon</b> <i>coming soon!</i></p>
2023-03-02 14:55:18 +00:00
<p>Copyright &copy; 2023 Scott C. MacCallum<br>
2023-03-02 14:54:05 +00:00
Verbatim copying and redistribution of this entire site are permitted provided this notice is preserved.</p>
2023-02-08 12:29:58 +00:00
</div>
</div>
2023-02-08 13:04:47 +00:00
</body>
2023-02-08 12:29:58 +00:00
</html>