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 pathindex.html
More file actions
45 lines (45 loc) · 1.28 KB
/
index.html
File metadata and controls
45 lines (45 loc) · 1.28 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
<!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>
<section>
<p>it is most usable for:</p>
<ul>
<li>simple websites</li>
<li>blogs and articles</li>
<li>documentation</li>
<li>etc.</li>
</ul>
<p>features:</p>
<ul>
<li>responsive</li>
<li>lightweight</li>
<li>dark mode detection</li>
<li>easy to configure and work with</li>
</ul>
<p>
if you want to see everything it offers, <a href="preview.html">click here</a>.
</p>
<p>
if you want to use it for your website, <a href="usage.html">click here</a>.
</p>
</section>
<footer>
<blockquote>less is more</blockquote>
<p>
<a href="https://github.com/often/term" target="_blank" rel="noopener">source code</a>
</p>
</footer>
</body>
</html>