Skip to main content
Module

x/alosaur/examples/spa/www/index.html

Alosaur - Deno web framework with many decorators
Very Popular
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"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <base href="/www/"> <link rel="stylesheet" href="index.css"> </link></head>
<body> <h1>Hey2!</h1></body>
</html>