-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
45 lines (45 loc) · 1.19 KB
/
index.html
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'>
<title>formic</title>
<link rel='stylesheet' href='css/formic.css'>
</head>
<body>
<header>
<h1>formic</h1>
</header>
<section>
<p>
This is the repository I use to carry out toy hacking with forms and editing HTML
technologies in order to figure out ideas as to what can be done.
</p>
<p>
Current experiments include:
</p>
<ul>
<li><a href='json/index.html'>application/json</a> — submitting a form as JSON</li>
</ul>
<p>
Specifications to go with:
</p>
<ul>
<li><a href='specs/json/index.html'>JSON form submission</a></li>
</ul>
<p>
Feedback is welcome on anything you might find here. Don't use anything you find in
production unless you really know what you're doing.
</p>
<p>
Past experiments:
</p>
<ul>
<li><a href='cursed/index.html'>cursed</a> — minimal primitive for cursors</li>
</ul>
</section>
<footer>
<h3>formic</h3>
<p><small>hacking on forms and editability</small></p>
</footer>
</body>
</html>