This repository was archived by the owner on May 19, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpreview.html
More file actions
204 lines (204 loc) · 4.93 KB
/
preview.html
File metadata and controls
204 lines (204 loc) · 4.93 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="description" content="a small, classless and minimalist css framework." />
<meta name="theme-color" content="#B53471" />
<meta name="viewport" content="width=device-width" />
<title>term</title>
<link rel="stylesheet" href="css/term.min.css" />
</head>
<body>
<h1>term</h1>
<p>
a <mark>small</mark>, <mark>classless</mark> and <mark>minimalist</mark> css framework.
</p>
<nav>
<a href=".">term</a>
<ul>
<li>
<a href=".">home</a>
</li>
<li>preview</li>
<li>
<a href="usage.html">usage</a>
</li>
<li>
<a href="https://github.com/often/term" target="_blank" rel="noopener">github</a>
</li>
</ul>
</nav>
<header>
<h1>sup?</h1>
<p>
I'm a header.
<code>look at me</code>
</p>
<p>
<a href="#">I'm a dummy link</a>
</p>
</header>
<section>
<h1>a h1 tag</h1>
<h2>a h2 tag</h2>
<h3>a h3 tag</h3>
<h4>a h4 tag</h4>
<h5>a h5 tag</h5>
<h6>a h6 tag</h6>
</section>
<section>
<p>
this content is now in another section. and this is some dummy text I am writing right now.
I didn't want to use lorem ipsum because I feel like it is overused and boring.
</p>
<blockquote>and I am made for quotes, look at me!</blockquote>
<p>
... pretty <mark>cool</mark> so far, <mark>right</mark>?
</p>
</section>
<section>
<p>
so, I'm pretty <strong>strong</strong>. <s>you can't see me</s>
</p>
<em>shh...</em>
</section>
<section>
<h2>here's a 128x128 image:</h2>
<img src="https://picsum.photos/128" alt="" />
<h2>here's a 256x256 image:</h2>
<img src="https://picsum.photos/256" alt="" />
<h2>here's a 512x512 image:</h2>
<img src="https://picsum.photos/512" alt="" />
</section>
<section>
<p>
maybe now you want to do: <code>echo term is cool</code> to confirm it!
</p>
<p>
or, perhaps: <code>nano confirm</code>
</p>
<pre>term
is
cool</pre>
<p>
from here hold <code>ctrl+x</code>, hit <code>y</code> and <code>enter</code>!
</p>
<p>
doing <code>cat confirm</code> will output this now:
</p>
<details>
<summary>click here to expand</summary>
<pre>term
is
cool</pre>
</details>
</section>
<section>
<h2>lists of wonder</h2>
<p>an unordered list:</p>
<ul>
<li>apples</li>
<li>oranges</li>
<li>bananas</li>
</ul>
<p>an ordered list:</p>
<ol>
<li>kiwi</li>
<li>mango</li>
<li>strawberry</li>
</ol>
</section>
<section>
<h2>scoreboard</h2>
<table>
<tr>
<th>id</th>
<th>name</th>
<th>score</th>
</tr>
<tr>
<td>1</td>
<td>john</td>
<td>10</td>
</tr>
<tr>
<td>2</td>
<td>bob</td>
<td>8</td>
</tr>
<tr>
<td>3</td>
<td>rob</td>
<td>5</td>
</tr>
</table>
</section>
<section>
<h3>submit only the coolest form:</h3>
<form>
<label>
your username:
<input type="text" />
</label>
<label>
your email (we don't spam):
<input type="email" />
</label>
<label>
your super secure password:
<input type="password" />
</label>
<label>
how in the world:
<select>
<option>don't know</option>
<option>I know</option>
</select>
</label>
<label>
how many:
<input type="number" />
</label>
<label>
search for:
<input type="search" />
</label>
<label>
an url:
<input type="url" />
</label>
<label>
telephone number:
<input type="tel" />
</label>
<label>
your message:
<textarea></textarea>
</label>
<details>
<summary>privacy policy</summary>
<p>(o_o) hey there!!</p>
</details>
<label>
<input type="checkbox" checked />
term is super cool
</label>
<button>wanna click me?</button>
<input type="submit" value="no, click me!" />
<input type="reset" value="reset" />
</form>
</section>
<footer>
<details>
<summary>
another <em>super</em> important notice
</summary>
<p>
like my work?
<a href="https://github.com/often" target="_blank" rel="noopener">follow me on github</a>
<3
</p>
</details>
</footer>
</body>
</html>