Skip to content

Instantly share code, notes, and snippets.

@shershen08
Created October 19, 2019 12:41
Show Gist options
  • Select an option

  • Save shershen08/64f4bebed730bc00abd6bbce0a8221f9 to your computer and use it in GitHub Desktop.

Select an option

Save shershen08/64f4bebed730bc00abd6bbce0a8221f9 to your computer and use it in GitHub Desktop.
Svelte built app
<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width'>
<title>Svelte app</title>
<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/global.css'>
<link rel='stylesheet' href='/bundle.css'>
<script defer src='/bundle.js'></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment