Skip to content

Instantly share code, notes, and snippets.

@jhades
Created January 20, 2023 14:40
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 jhades/8d081624df15920005e9d5b0175c283d to your computer and use it in GitHub Desktop.
Save jhades/8d081624df15920005e9d5b0175c283d to your computer and use it in GitHub Desktop.
Why Qwik? A Quick Introduction To The Qwik Framework
<!DOCTYPE html><html lang="en">
<head>
<meta charset="utf-8">
<title>Your application</title>
<link rel="stylesheet" href="bundle.css">
</head>
<body>
<app-root></app-root>
<script src="runtime.bundle.js"></script>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment