mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
4a5d9b03f8
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@39001 467b73ca-7a2a-4603-9d3b-597d59a354a9
17 lines
653 B
HTML
Executable File
17 lines
653 B
HTML
Executable File
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<title>DOM Viewer</title>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
<link rel="stylesheet" type="text/css" href="domviewer.css"/>
|
|
<script type="text/javascript" src="selenium-domviewer.js"></script>
|
|
</head>
|
|
<body onload="loadDomViewer();">
|
|
<h3>DOM Viewer</h3>
|
|
<p> This page is generated using JavaScript. If you see this text, your
|
|
browser doesn't support JavaScript.</p>
|
|
</body>
|
|
|
|
</html>
|