blob: cd05ebd25a96907b44ab6cae9f44390fd8464ccb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<!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>%%TITLE%%</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
<link rel="stylesheet" href="%%STYLESHEET%%" />
<link rel="stylesheet" href="%%STYLESHEET_OVERRIDE%%" />
</head>
<body>
<p class="header">
<a href="https://%%DOMAIN%%">Home</a> | <a href="%%MARKDOWN_BASE_URI%%%%CURRENT_PAGE%%.md">Markdown</a> | <a href="gemini://%%DOMAIN%%%%CURRENT_PAGE%%.gmi">Gemini</a>
</p>
<h1 style='display: inline' id='test-tags-page'>Test Tags Page</h1><br />
<br />
<span>This is a test page to demonstrate the tags feature.</span><br />
<br />
<span>This page is about <a class='textlink' href='../tags/bash.html'>#bash</a>, <a class='textlink' href='../tags/linux.html'>#linux</a>, and <a class='textlink' href='../tags/programming.html'>#programming</a>.</span><br />
<br />
<span>We also talk about <a class='textlink' href='../tags/golang.html'>#golang</a> and <a class='textlink' href='../tags/devops.html'>#devops</a> here.</span><br />
<br />
<h2 style='display: inline' id='code-example'>Code Example</h2><br />
<br />
<pre>
# This #tag-in-code-block should be ignored
echo "Hello World"
</pre>
<br />
<span>Back to regular content with <a class='textlink' href='../tags/testing.html'>#testing</a> tag.</span><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/relayd.8">relayd(8)</a>+<a href="https://man.openbsd.org/httpd.8">httpd(8)</a> |
<a href="https://%%DOMAIN%%/site-mirrors.html">Site Mirrors</a>
<br />
Webring: <a href="https://shring.sh/foo.zone/previous">previous</a> | <a href="https://shring.sh">shring</a> | <a href="https://shring.sh/foo.zone/next">next</a>
</p>
</body>
</html>
|