mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 13:51:13 +00:00

Needs an initial "npm install" and then "npm start" will build and launch it in the browser.
11 lines
238 B
HTML
11 lines
238 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>My Rust + Webpack project!</title>
|
|
</head>
|
|
<body>
|
|
<canvas id="canvas" width="640" height="480"></canvas>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
</html>
|