mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
10 lines
180 B
HTML
10 lines
180 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Hello WebAssemply + Iris (Go)</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="hello"></div>
|
||
|
<script type="module" src="main.js"></script>
|
||
|
</body>
|
||
|
</html>
|