mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
12 lines
261 B
HTML
12 lines
261 B
HTML
<!DOCTYPE html>
|
|
<!-- this file contains all references to include in the SDK asset build (using vite.sdk-assets-config.js) -->
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<script type="module">
|
|
import "./platform/web/sdk/paths/vite";
|
|
</script>
|
|
</body>
|
|
</html>
|