Skip to main content
Module

x/fastro/pages/hello.tsx

Fast and simple web application framework for deno
Go to Latest
File
import React from "https://esm.sh/react@18.2.0";
const Hello = () => ( <div className="container"> <h1> <a href="agus"> <p>Hello</p> </a> <a href="app/register">Register</a> </h1> </div>);
export default Hello;