Skip to main content
Module

x/aleph/examples/feature-apps/unocss/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"> <style> * { margin: 0; padding: 0; border: none; outline: none; font: inherit; font-size: 100%; vertical-align: baseline; background: transparent; } html, body { height: 100%; } body { font-family: Inter,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 16px; } #root { position: relative; width: 100%; height: 100%; } a { color: inherit; } </style></head>
<body> <div id="root"><!-- ssr-body --></div> <script type="module" src="./main.tsx"></script></body>
</html>