Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oak/examples/static/index.html

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Very Popular
Latest
File
<!DOCTYPE html><html> <head></head>
<body> <h1>Hello Static World!</h1> <img src="deno_logo.png" width="150" /> </body></html>