mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
17 lines
403 B
HTML
17 lines
403 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Yew</title>
|
|
<link href="/css/currentStyle.css" rel="stylesheet"/>
|
|
<base href="bundled-dist/"></base>
|
|
</head>
|
|
<body>
|
|
<div id='main'></div>
|
|
<script type="module">
|
|
import init from './js-framework-benchmark-yew.js';
|
|
init('./js-framework-benchmark-yew_bg.wasm');
|
|
</script>
|
|
</body>
|
|
</html>
|