diff --git a/www/dream.css b/www/dream.css new file mode 100644 index 0000000..ee826fd --- /dev/null +++ b/www/dream.css @@ -0,0 +1,24 @@ +body { + background-color: black; + color: white; + font-family: sans-serif; +} + +a { + text-decoration: underline; +} + +.red { + color: red; +} + +table.border { + border-collapse: separate; + border-spacing: 2px; + border: thin outset gray; +} + +table.border td, +th { + border: thin inset gray; +} diff --git a/www/index.html b/www/index.html index 3c3a6ed..2cb7785 100644 --- a/www/index.html +++ b/www/index.html @@ -1,12 +1,10 @@ + The Dream Scheme Operating System - + -
+

DreamOS

 ______________________________________________________________________________
@@ -67,7 +65,7 @@ Have fun! :-)
 
Hard-disk installation is possible. Do not call (sys-save) unless your hard-drive data is expendable!
-To install on your hard-drive (but only do this if you don't mind overwriting your hard-drive entirely!): +To install on your hard-drive (but only do this if you don't mind overwriting your hard-drive entirely!):
use (sys-copy) to read everything from the floppy into RAM,
use (edit "make.scm") then change the value of BOOT_FLOPPY to #f,
use (load "make.scm") to recompile, @@ -78,8 +76,8 @@ This version works on my Dell Inspiron 7500, 5000 and Dell Latitude CPi laptops, My son Matthew has used DreamOS to code a number of games. Here is the latest copy of his programs: matthew.img (bootable DreamOS using SVGA)
-Not all of them are yet in working order, but definitely try (load "robot-war.scm") and (load "blockade.scm"). -
+Not all of them are yet in working order, but definitely try (load "robot-war.scm") and (load "blockade.scm").
home +