diff options
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> |