-
Notifications
You must be signed in to change notification settings - Fork 0
/
landing.html
24 lines (23 loc) · 934 Bytes
/
landing.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ASEQ</title>
<link
rel="shortcut icon"
type="image/x-icon"
href="assets/favicon.ico"
/>
</head>
<body>
<header>
<h1>ASEQ</h1>
</header>
<p>Yoga asana sequence player. Developed by <a href=https://github.com/ericHgorski>Eric H. Gorski</a> and <a href=http://xnze.ro>Kit Kuksenok.</a> We're <a href=https://github.com/tiny-tool-box/aseq/issues>on GitHub</a>.</p>
<ul>
<li><a href="practice/daily-stretches/1.html">Daily Stretches (1)</a> 10 minutes (August 2020)</li>
<li><a href="practice/revolved-half-moon.html">Revolved Half-Moon</a> 20 minutes, with warm-up (July 2020)</li>
</ul>
</body>
</html>