1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-05 19:18:01 +08:00
ULib/tests/examples/benchmark/docroot/graph/cpu.html
2017-04-03 13:42:40 +02:00

16 lines
550 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>CPU Usage</h2>
<center>
<object type="image/svg+xml" data="svg/cpu.svg" width="500" height="250"> <param name="src" value="svg/cpu.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>