Skip to content

Instantly share code, notes, and snippets.

View triweb-dev's full-sized avatar

Triweb Developers triweb-dev

View GitHub Profile
@triweb-dev
triweb-dev / index.html
Created February 16, 2024 08:17
A Minimal TWA
<html>
<body>
<h1>Hello world!</h1>
<p>This is a an example minimal Triweb App (TWA).</p>
<p>To learn more, check out <a href="https://triweb.com/tutorial/">TWA tutorial</a>.</p>
</body>
</html>