Implemented Executable editor (for configurating emulators).
[emufront] / www / index.html
index d101394..e0ef0d1 100644 (file)
@@ -1,8 +1,25 @@
-<html>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
        <head>
-               <title>EmuFront :: an universal emulator frontend</title>
+               <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 targets 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>
+                       <li><a href="https://garage.maemo.org/plugins/ggit/browse.php/?p=emufront">Browse Git Repository</a></li>
+               </ul>
+
+               EmuFront &copy; 2010 Mikko Keinänen
        </body>
 </html>