mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
16 lines
547 B
HTML
Executable File
16 lines
547 B
HTML
Executable File
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
<head>
|
|
</head>
|
|
<body >
|
|
<div id="content">
|
|
<h2>TEST</h2>
|
|
<center>
|
|
<object type="image/svg+xml" data="svg/test.svg" width="500" height="250"> <param name="src" value="svg/test.svg" />
|
|
<a href="http://www.adobe.com/svg/viewer/install/main.html">If the graph is not fuctioning download the viewer here.</a>
|
|
</object>
|
|
</center>
|
|
</div>
|
|
</body>
|
|
</html>
|