Skip to main content
Module

x/aleph/examples/vue-app/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="icon" href="./assets/logo.svg"> <style> body { margin: 0; width: 100vw; height: 100vh; display: flex; align-items: center; justify-content: center; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } </style></head>
<body> <div id="root" data-ssr-root></div> <script type="module" src="./main.js"></script></body>
</html>