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