1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
<!doctype html> <html> <head> <meta charset=utf-8 /> <title>LibreJSXUL - Settings</title> <link rel="icon" type="image/icon" href="images/gnu-icon.ico"> <style> body { background:#e3dedb; color:#1b1615; font-family:Sans-Serif; } h1 { font-family:Georgia; } </style> </head> <body> </body> </html>