Some checks failed
sm-rpc / build (Debug, aarch64-linux-gnu) (push) Failing after 29s
sm-rpc / build (Debug, arm-linux-gnueabihf) (push) Failing after 16s
sm-rpc / build (Debug, host.gcc) (push) Failing after 11s
sm-rpc / build (Debug, mipsel-linux-gnu) (push) Failing after 12s
sm-rpc / build (Release, aarch64-linux-gnu) (push) Failing after 11s
sm-rpc / build (Release, arm-linux-gnueabihf) (push) Failing after 11s
sm-rpc / build (Release, host.gcc) (push) Failing after 12s
sm-rpc / build (Release, mipsel-linux-gnu) (push) Failing after 16s
21 lines
593 B
HTML
21 lines
593 B
HTML
<!DOCTYPE HTML>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>HTML canvas test</title>
|
|
<script src="canvas.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="style.css"></link>
|
|
</head>
|
|
<body>
|
|
|
|
<canvas id="canvas">Your browser does not support the HTML5 canvas tag.</canvas>
|
|
|
|
<p style="text-align: center; font-size: 75%;">Move curtain with left mouse button, cut with right mouse button.</p>
|
|
|
|
<p style="text-align: center; font-size: 50%;">Derived from the "Tearable Cloth" HTML5 canvas demo from CodePen.</p>
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|