mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
cd5109ae0e
Former-commit-id: 44f08f112cfba8006d2a6fe34e32b24e5c246856
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> |