summaryrefslogtreecommitdiff
path: root/old/sgeerken/attic/grid.html
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-03-09 13:28:35 +0100
committerrodarima <rodarima@gmail.com>2024-03-09 14:29:24 +0100
commita3fcf35b2960fce1399202a583155a32c0c8dfe0 (patch)
tree97858fd03aaf5f7ef2245305dfc69d9d25e0f402 /old/sgeerken/attic/grid.html
parent253fb15243d2c617cb1541946117ee52e175c5f7 (diff)
Move ~sgeerken to sgeerken
GitHub pages doesn't allow the tilde in the path.
Diffstat (limited to 'old/sgeerken/attic/grid.html')
-rw-r--r--old/sgeerken/attic/grid.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/old/sgeerken/attic/grid.html b/old/sgeerken/attic/grid.html
new file mode 100644
index 0000000..73d3cc7
--- /dev/null
+++ b/old/sgeerken/attic/grid.html
@@ -0,0 +1,19 @@
+<?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>Grid</title>
+ </head>
+ <body>
+ <p>Original size (200 pixels):<br/>
+ <img src="grid.png"/></p>
+ <p>150 pixels:<br/>
+ <img style="width: 150px" src="grid.png"/></p>
+ <p>101 pixels:<br/>
+ <img style="width: 101px" src="grid.png"/></p>
+ <p>100 pixels:<br/>
+ <img style="width: 100px" src="grid.png"/></p>
+ <p>99 pixels:<br/>
+ <img style="width: 99px" src="grid.png"/></p>
+ </body>
+</html>