mirror of
https://github.com/wassname/RubberGlove.git
synced 2026-06-27 18:21:55 +08:00
22 lines
1.1 KiB
HTML
22 lines
1.1 KiB
HTML
<html>
|
|
<head>
|
|
<title>RubberGlove: Browser Object Model Viewer</title>
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
|
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/themes/smoothness/jquery-ui.css" />
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js"></script>
|
|
<link href="fancytree/skin-win8/ui.fancytree.min.css" rel="stylesheet" type="text/css">
|
|
<script src="fancytree/jquery.fancytree-all.js"></script>
|
|
<link href="index.css" rel="stylesheet" type="text/css">
|
|
<script src="bomViewer.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<a href="https://coinbase.com/checkouts/0ec4a16aa8227d3a43e4e200a79b55c5" target="_blank">
|
|
<img class="donateButton" src="https://coinbase.com/assets/buttons/donation_large-6ec72b1a9eec516944e50a22aca7db35.png" alt="Donate Bitcoins">
|
|
</a>
|
|
<img style="float: left; margin-left: 5px; margin-top: 5px;" src="../images/icon48.png"/>
|
|
<div class="title">RubberGlove.bomViewer</div>
|
|
</div>
|
|
<div id="bomTree" />
|
|
</body>
|
|
</html> |