add lantea and mandelbrot apps
authorRobert Kaiser <kairo@kairo.at>
Sun, 18 Dec 2011 00:49:58 +0000 (01:49 +0100)
committerRobert Kaiser <kairo@kairo.at>
Sun, 18 Dec 2011 00:49:58 +0000 (01:49 +0100)
index.html [new file with mode: 0644]
manifest.appcache [new file with mode: 0644]
manifest.webapp [new file with mode: 0644]

diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..a84b858
--- /dev/null
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html manifest="manifest.appcache">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <title>Lantea</title>
+  <!-- script src="js/lantea.js"></script -->
+  <!-- link rel="stylesheet" href="style/lantea.css" -->
+</head>
+<body>
+<h1>Lantea</h1>
+
+
+</body></html>
\ No newline at end of file
diff --git a/manifest.appcache b/manifest.appcache
new file mode 100644 (file)
index 0000000..afede5d
--- /dev/null
@@ -0,0 +1,7 @@
+CACHE MANIFEST
+
+# /
+index.html
+
+NETWORK:
+
diff --git a/manifest.webapp b/manifest.webapp
new file mode 100644 (file)
index 0000000..981779b
--- /dev/null
@@ -0,0 +1,9 @@
+{
+  "name": "Lantea",
+  "description": "geologger",
+  "launch_path": "/index.html",
+  "developer": {
+    "name": "Robert Kaiser",
+    "url": "http://www.kairo.at/"
+  }
+}
\ No newline at end of file