Created
April 10, 2024 19:02
-
-
Save helabenkhalfallah/141bfdf5e2cf8de2e9b3f67ed7062bcb to your computer and use it in GitHub Desktop.
Svelte Index
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> | |
<head> | |
<meta charset="utf8" /> | |
<meta name="viewport" content="width=device-width" /> | |
<title>Svelte app</title> | |
<link rel="stylesheet" href="public/bundle.css" /> | |
</head> | |
<body> | |
<script src="bundle.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment