summaryrefslogtreecommitdiff
path: root/old/sgeerken/attic/tenniel.html
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-03-09 13:28:35 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-03-09 13:28:35 +0100
commit417bd600dcf9b203dc29e8aa1392f5dc4bc52577 (patch)
tree97858fd03aaf5f7ef2245305dfc69d9d25e0f402 /old/sgeerken/attic/tenniel.html
parentfbc2e8ad29d8277866e6848d631a6c17d5aa6348 (diff)
Move ~sgeerken to sgeerken
GitHub pages doesn't allow the tilde in the path.
Diffstat (limited to 'old/sgeerken/attic/tenniel.html')
-rw-r--r--old/sgeerken/attic/tenniel.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/old/sgeerken/attic/tenniel.html b/old/sgeerken/attic/tenniel.html
new file mode 100644
index 0000000..2a2c78f
--- /dev/null
+++ b/old/sgeerken/attic/tenniel.html
@@ -0,0 +1,21 @@
+<?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>Scaling Images</title>
+ </head>
+ <body>
+ <table>
+ <tbody>
+ <tr>
+ <td><img style="width: 200px; height: 248px" src="tenniel.jpg"/></td>
+ <td><img style="width: 5000px; height: 248px" src="tenniel.jpg"/></td>
+ </tr>
+ <tr>
+ <td><img style="width: 200px; height: 6190px" src="tenniel.jpg"/></td>
+ <td><img style="width: 5000px; height: 6190px" src="tenniel.jpg"/></td>
+ </tr>
+ </tbody>
+ </table>
+ </body>
+</html>