-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (46 loc) · 1.18 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
46
<html>
<head>
<title>Orthona</title>
<script src="js/compiled.js"></script>
<style type="text/css">
body{
width:600px;
margin-left: 100px;
margin-bottom: 50px;
}
.ortho{
display: none;
}
svg{
vertical-align: middle;
margin-left: -5px;
margin-right: -5px;
margin-top: -5px;
margin-bottom: -5px;
}
div {
margin-left: 50px;
}
div.index{
margin-left: initial;
}
</style>
</head>
<body>
<h1>Orthona Language Homepage</h1>
<p>
v0.2
<p>
<ul>
<li><a href="webintro/index.html">Introduction</a>
<li><a href="orthodocs_www/index.html">Reference</a>
<li><a href="orthona/www/index.html">Text editor</a>
<li><a href="book/index.html">Texts</a>
<li>iOS apps : <a href="https://itunes.apple.com/app/orthona/id1179781040?mt=8">Orthona</a> | <a href="https://itunes.apple.com/app/orthodocs/id1179809643?mt=8">Orthodocs</a> | <a href="https://itunes.apple.com/app/ortho-utala/id1179813605?mt=8">Ortho Utala</a>
<li><a href="webintro/thoughts.html">Thoughts</a>
<li><a href="https://groups.google.com/d/forum/orthona">Discussion forum</a>
</ul>
<p>
Contact <a href="mailto:[email protected]">[email protected]</a> | <a href="http://www.twitter.com/increpare">@increpare</a>
</body>
</html>