mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 05:14:48 +00:00
22 lines
510 B
HTML
22 lines
510 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>SixtyFPS Todo Demo (Web Assembly version)</title>
|
|
<style>
|
|
canvas {
|
|
border: solid;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<p>This is the SixtyFPS Todo Demo compiled to WebAssembly.</p>
|
|
<canvas id="canvas" width="640" height="480" unselectable="on"></canvas>
|
|
<p><a href="https://github.com/sixtyfpsui/sixtyfps/blob/master/examples/todo/ui/todo.60">View Source
|
|
Code</a></a></p>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
|
|
</html>
|