aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/index.HTML140
1 files changed, 0 insertions, 140 deletions
diff --git a/testing/index.HTML b/testing/index.HTML
deleted file mode 100644
index 07ec28f..0000000
--- a/testing/index.HTML
+++ /dev/null
@@ -1,140 +0,0 @@
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <meta name="generator" contents="lcmark">
6 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
7 <title>G’day world!</title>
8 <link rel="icon" type="image/png" href="cartdave_favicon.png" />
9 <style>
10 html {font-family: sans-serif;}
11
12 body {
13 background-color: black;
14 color: white !important;
15 }
16
17 pre {
18 background-color: #cc00ff;
19 overflow: auto;
20 width: 42%;
21 }
22
23 menu {
24 list-style-type: none;
25 }
26
27 .contentBox {
28 overflow-y: auto;
29 overflow-x: hidden;
30 }
31 </style>
32 </head>
33 <body bgcolor="black" text="white" alink="red" link="yellow" vlink="blue">
34 <table>
35 <tr>
36 <td><img src="Connie_click-me.gif" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td>
37 <td><a href="depth/">depth</a> &nbsp; <a href="even/deeper/">even</a> &nbsp; &nbsp; plus login and register buttons</td>
38 </tr>
39 <td rowspan=0 style="background-color: rebeccapurple; text-align:left; white-space:nowrap; vertical-align:top">
40 menu for the current directory
41 <p><a href="index.HTML">index</a></p>
42
43 </td>
44 <td style="background-color: rebeccapurple">
45 &#x1f463;
46 </td>
47 </tr>
48 <tr>
49 <td>
50 <main class="contentBox">
51 <div name="contentFrame">
52 <h1>G’day world!</h1>
53 Author: onefang
54 <p>I’ve been around since the early sixties, but no one ever noticed.  You
55really should have tried to pay attention though, I’m awesome.  I try to
56help the world, but that’s not what everyone wants me to do.&nbsp; Well, the
57people in charge of this poor defenseless world of ours.</p>
58<hr />
59<h1>Spaces</h1>
60<p>Can it <em>handle</em> my <em>usual</em> two <strong>space</strong> sentence breaks? Let’s test it.&nbsp; Not by default.</p>
61<p>The \ before a space turns it into a “a literal unicode nonbreaking space character” which looks invisible in the source.  --ascii should output the HTML code far that.&nbsp; Except doesn’t actually work.</p>
62<p>Also a \ at the end of a line turns into a line break, though they get wrapped in paragraph tags.&nbsp; lol</p>
63<p>Take two.&nbsp; And now for something completely different.  It’s not consistant, need to manually put in the nbsp a few times above.  Ah, it only works for the first one per line.</p>
64<p>\</p>
65<h2>Strike out</h2>
66<p>Test ~~strike~~ –out–.&nbsp; Needs the extension.</p>
67<h3>URL</h3>
68<p><a href="https://untalenz.rocks/">untalenz</a></p>
69<p>https://sledjhamr.org/</p>
70<h1>Lists</h1>
71<ul>
72<li>zero</li>
73<li>1</li>
74<li>two</li>
75</ul>
76<ul>
77<li>zero</li>
78<li>1</li>
79<li>two</li>
80</ul>
81<p>No way to say “here is the end of the list” without putting something <strong>else</strong> here?&nbsp; Ah a comment will work, or anything else.</p>
82<ol>
83<li>one</li>
84<li>2</li>
85</ol>
86<!-- A comment will work -->
87<ol start="0">
88<li>0</li>
89<li>one</li>
90<li>2</li>
91</ol>
92<p>Autonumbering? Nope. B-(</p>
93<ol start="0">
94<li>zero
951
96two</li>
97</ol>
98<h1>images</h1>
99<p><img src="Connie_click-me.gif" alt="alt text" title="title" /></p>
100<p><img src="Connie_click-me.gif" alt="figcaption" title="title" /></p>
101<h1>code</h1>
102<pre><code>a simple
103 indented code block
104&lt;a/&gt;
105*hi*
106
107- one
108
109Plus some extra text.
110</code></pre>
111<pre><code>&lt;
112 &gt;
113</code></pre>
114<pre><code class="language-lua">-- Show some Lua code here, may even be highlighted right.
115print(&quot;G'day world!&quot;)
116-- Let's see what happens with the HTML output by cmark, then gets rendered by the web browser, inside my CSS styled pre code thingy that cmark produces. For a very very very loooong line. Needs to be much longer. What else can I add to this already quite long line to get it to trigger being overly long? I need even mooooooore???
117print'The problem here is that I have to use CSS to style these things, coz cmark wont let me at the style stuff as far as I can see. But using CSS web browsers think the nmall box STILL extends all the way to the end of the content, but the scroll works anyway. So it's fucking up the size of the container.'
118</code></pre>
119<blockquote>
120<h1>What is a blockquote?</h1>
121<p>Still don’t know. lol</p>
122<p>Just another useless way to eat space I guess.&nbsp; shrugs</p>
123</blockquote>
124
125 </div>
126 </main>
127 </td>
128 </tr>
129 <tr>
130 <td style="background-color: rebeccapurple">
131 <p>Page <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/log/testing/index.md">history</a>. &nbsp; Web site <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/atom">atom feed</a> and <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/">source code</a> &nbsp; Powered by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> Version -0.1.</p>
132 </td>
133 </tr>
134 <tr>
135 <td>
136 </td>
137 </tr>
138 </table>
139 </body>
140</html>