diff options
| author | Paul Buetow <paul@buetow.org> | 2023-03-15 01:32:29 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-03-15 01:32:29 +0200 |
| commit | 21a3c564b0e1a3e49fdf2b21abf039dc0a3e0d95 (patch) | |
| tree | 561e080caf075c768a40cbe706821bba20880ecf /contact.html | |
| parent | 2bd9de6bd3647b58f319301c5d599ca4aa20a763 (diff) | |
Update content for html
Diffstat (limited to 'contact.html')
| -rw-r--r-- | contact.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/contact.html b/contact.html new file mode 100644 index 00000000..5da09038 --- /dev/null +++ b/contact.html @@ -0,0 +1,20 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>Contact</title> +<link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> +<link rel="stylesheet" href="style.css" /> +<link rel="stylesheet" href="style-override.css" /> +</head> +<body> +<h1>Contact</h1> +<a class="textlink" href="https://paul.cyou">My contact information (via HTTP)</a><br /> +<a class="textlink" href="gemini://paul.cyou">My contact information (via Gemini)</a><br /> +<p class="footer"> +Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | +served by <a href="https://www.OpenBSD.org">OpenBSD</a>/<a href="https://man.openbsd.org/httpd.8">httpd(8)</a> | +<a href="https://www.foo.zone/site-mirrors.html">Site Mirrors</a> +</p> +</body> +</html> |
