summaryrefslogtreecommitdiff
path: root/systems/win32/bakoma/samples/svgtour.html
blob: fc01721de2e9a50cf6b746516a730b1dfc0fa39c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>