Empty start...
authorJoey Schulze <joey@infodrom.org>
Mon, 7 Dec 2009 22:44:07 +0000 (23:44 +0100)
committerJoey Schulze <joey@infodrom.org>
Fri, 25 Feb 2011 17:40:22 +0000 (18:40 +0100)
index.php [new file with mode: 0644]
phone.css [new file with mode: 0644]

diff --git a/index.php b/index.php
new file mode 100644 (file)
index 0000000..7c08877
--- /dev/null
+++ b/index.php
@@ -0,0 +1,18 @@
+<html>
+<head>
+<title>Infodrom Phone Answering Machine</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link href="phone.css" rel="stylesheet" type="text/css">
+</head>
+<script type="text/javascript" src="lib/json_parse.js"></script>
+<script type="text/javascript" src="basics.js"></script>
+<script type="text/javascript" src="phone.js"></script>
+<script type="text/javascript" src="lib/debug_joey.js"></script>
+
+<body>
+<div style="margin-top: -5px">
+<span id="channels"><span style="margin-right: 450px;">Loading data...</span></span>
+</div>
+
+</body>
+</html>
diff --git a/phone.css b/phone.css
new file mode 100644 (file)
index 0000000..cf32ead
--- /dev/null
+++ b/phone.css
@@ -0,0 +1,6 @@
+body {
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    font-size: 10px;
+    background-color: #f7f7f7;
+    color: #000000;
+}