chiark / gitweb /
test.html wip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 31 May 2020 22:32:05 +0000 (23:32 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 31 May 2020 22:32:05 +0000 (23:32 +0100)
templates/test.html [new file with mode: 0644]

diff --git a/templates/test.html b/templates/test.html
new file mode 100644 (file)
index 0000000..7a4a4fa
--- /dev/null
@@ -0,0 +1,10 @@
+<html><head>
+    <title>T</title>
+  </head>
+  <body>
+    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200">
+      <rect fill="green" x="42" y="56" width="100" height="80"/>
+      <circle fill="red" cx="50" cy="80" r="50"/>
+    </svg>
+  </body>
+</html>