Style updates and a small introduction.
authorMikko Keinänen <mikko.keinanen@gmail.com>
Mon, 4 Oct 2010 21:24:56 +0000 (00:24 +0300)
committerMikko Keinänen <mikko.keinanen@gmail.com>
Mon, 4 Oct 2010 21:24:56 +0000 (00:24 +0300)
www/index.html
www/style.css [new file with mode: 0644]

index a46d37b..be200b0 100644 (file)
@@ -4,9 +4,16 @@
        <head>
                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
                <title>EmuFront :: an universal emulator front-end</title>
+               <link rel="stylesheet" href="style.css" type="text/css" />
        </head>
        <body>
-               Welcome to EmuFront!
+               <h1>Welcome to EmuFront!</h1>
+
+               <p>EmuFront is an universal (multi-system) emulator front-end implemented in
+               QT, C++ and SQLite. The main target are Maemo and MeeGo
+               platforms.</p>
+
+               <p>EmuFront is Open Source Software licenced under GPL version 2.</p>
 
                <ul>
                        <li><a href="https://garage.maemo.org/projects/emufront/">Project page</a></li>
diff --git a/www/style.css b/www/style.css
new file mode 100644 (file)
index 0000000..5731a47
--- /dev/null
@@ -0,0 +1,10 @@
+body { 
+       background-color: rgb(204, 255, 153); 
+       color: rgb(34, 139, 34);
+       font-family: arial, verdana, sans-serif;
+}
+
+a:link { color: rgb(47, 79, 79);  }
+a:visited { color: rgb(47, 79, 79); }
+a:hover { color: rgb(72, 61, 139); }
+a:active { color: rgb(47, 79, 79); }