Created
January 20, 2023 14:40
-
-
Save jhades/8d081624df15920005e9d5b0175c283d to your computer and use it in GitHub Desktop.
Why Qwik? A Quick Introduction To The Qwik Framework
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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