diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-01 23:40:52 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-01 23:40:52 +0100 |
commit | 5ea943a5e789222472e45864e119cf786498bfcd (patch) | |
tree | ea307589de0fdb202474ad4d07c0bef7fe1c53e8 /old/~sgeerken/attic/alpha-test.html |
Import original dillo.org website into old/
Diffstat (limited to 'old/~sgeerken/attic/alpha-test.html')
-rw-r--r-- | old/~sgeerken/attic/alpha-test.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/old/~sgeerken/attic/alpha-test.html b/old/~sgeerken/attic/alpha-test.html new file mode 100644 index 0000000..7fa5b2e --- /dev/null +++ b/old/~sgeerken/attic/alpha-test.html @@ -0,0 +1,15 @@ +<?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>Alpha Layer</title> + </head> + <body> + <div style="background-color: #80ff80; padding: 10px"> + <img src="../../Icons/ProgramIcon128.png"> + </div> + <div style="background-color: #ff8080; padding: 10px"> + <img src="../../Icons/ProgramIcon128.png"> + </div> + </body> +</html> |