Skip to main content
Module

x/fastro/public/index.html

Fast and simple web application framework for deno
Go to Latest
File
<html>
<head> <style> html, body { height: 100%; margin: 0; padding: 0; }
div { position: relative; height: 100%; width: 100%; }
div img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; } </style></head>
<body> <div><img src="logo.png" width="300" style="margin: auto;"></div></body><script src="script.js"></script>
</html>