-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (35 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Asmov: Coming soon to an Internet near you. -->
<!-- Visit us on GitHub: https://github.com/asmov -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Asmov</title>
<link rel="stylesheet" href="index.css" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<meta property="og:title" content="Asmov" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://asmov.software/asmov-banner-logo-name_metaimg.png" />
<meta property="twitter:image" content="https://asmov.software/asmov-logo-parallelogram-dark.png" />
<meta property="og:url" content="https://asmov.software" />
<meta property="og:description" content="Portable. Extendable. Freedom." />
</head>
<body>
<div id="outer">
<div id="content">
<img src="asmov-banner-logo-name.svg" />
<h1>Portable. Extendable. Freedom.</h1>
<h2>Portable</h2>
<p>Applications that embrace multiple platforms.</p>
<p>Data and services that openly integrate.</p>
<h2>Extendable</h2>
<p>Design that empowers users to customize, enhance, and share.</p>
<h2>Freedom</h2>
<p>Licensing that guarantees the rights to run, study, modify, and re-distribute.</p>
<p>Software and components that can be self-hosted without charge.</p>
<span id="copyright">© 2024 Asmov LLC</span>
</div><!-- content -->
</div><!-- outer -->
</body>
</html>