-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathform.html_blank_action
29 lines (29 loc) · 1.17 KB
/
form.html_blank_action
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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>aspectus</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1>aspectus: generate an aspect prospectus</h1>
<p>Generates an iCalendar file with events for upcoming astrological aspects. Currently only sun-earth trines and sextants are supported.</p>
<form action="" method="GET">
<div>
<label for="place">Location:</label>
<input type="text" id="place" name="place" />
</div>
<div>
<label for="lookaheaddays">Number of days forward:</label>
<input type="text" id="lookaheaddays" name="lookaheaddays" />
</div>
<div>
<label for="start">(Optional) Start from (midnight UTC on) date:</label>
<input type="date" id="startdate" name="startdate" />
</div>
<button type="submit">Submit</button>
</form>
</body>
</html>