16 lines
No EOL
486 B
HTML
16 lines
No EOL
486 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="./style.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div style="display: inline-flex">
|
|
<img crossorigin="anonymous" id="myImage" SRC='https://kelder.zeus.ugent.be/webcam/video/mjpg.cgi'>
|
|
<canvas class="stupid" id="canvas"></canvas>
|
|
</div>
|
|
|
|
<input type="button" id="save" value="Save to PNG">
|
|
<script src="https://code.jquery.com/jquery-3.0.0.min.js" charset=utf-8></script>
|
|
<script src="./test2.js"></script>
|
|
</body>
|
|
</html> |