Skip to content

Instantly share code, notes, and snippets.

@triweb-dev
Created February 16, 2024 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save triweb-dev/1be6be6323413eb09ee0132499d01b4a to your computer and use it in GitHub Desktop.
Save triweb-dev/1be6be6323413eb09ee0132499d01b4a to your computer and use it in GitHub Desktop.
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>
{
"id": "triweb.com/tutorial/minimal-twa",
"name": "Minimal Triweb App",
"assets": [
"index.html"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment