summaryrefslogtreecommitdiff
path: root/systems/win32/bakoma/samples/svgtour.html
diff options
context:
space:
mode:
Diffstat (limited to 'systems/win32/bakoma/samples/svgtour.html')
-rw-r--r--systems/win32/bakoma/samples/svgtour.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/systems/win32/bakoma/samples/svgtour.html b/systems/win32/bakoma/samples/svgtour.html
new file mode 100644
index 0000000000..fc01721de2
--- /dev/null
+++ b/systems/win32/bakoma/samples/svgtour.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+
+<head>
+ <TITLE>SVG.STY Quick Tutorial</TITLE>
+ <meta name="Descripton" content="Quick Tutorial for SVG LaTeX Styles">
+ <meta name="Keywords" content="LaTeX Animated Presentations SVG">
+ <bgsound src="svgtour.mid" loop="100">
+</head>
+
+<frameset cols="*" border=0>
+ <frame src="svgtour.svgz" NAME="Y" >
+ <noframes>
+ <body>
+ Your browser don't support frames.
+ <a href="svgtour.svgz" >Press there</a> to go to frame less pages.
+ </body>
+ </noframes>
+</frameset>
+
+</html>