Skip to main content
Module

x/aleph/examples/feature-apps/suspense-ssr/index.html

The Full-stack Framework in Deno.
Go to Latest
File
<!DOCTYPE html><html lang="en">
<head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="./style/main.css"></head>
<body> <div id="root" data-ssr-root></div> <script type="module" src="./main.tsx"></script></body>
</html>