blob: 56c7450175b0d90e4fc484c8240b09cae2f2f2bf (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html>
<head>
<script src='screenshot.js' type='text/javascript' />
</head>
<body>
<div onclick="takeScreenshot();" class="toolstrip-button">
<span>Take Screenshot</span>
</div>
</body>
</html>
|