Skip to content

Instantly share code, notes, and snippets.

@Akash52
Created May 28, 2023 09:42
Show Gist options
  • Save Akash52/eea2f6c0fec46f9c49b1785177dc62b2 to your computer and use it in GitHub Desktop.
Save Akash52/eea2f6c0fec46f9c49b1785177dc62b2 to your computer and use it in GitHub Desktop.
app.html for svelte
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Rentals App" />
<meta name="author" content="Rental App" />
<meta name="keywords" content="rental, app, rentals app" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="%svelte.assets%/favicon.ico" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-touch-icon.png" />
<link rel="maskable" href="%PUBLIC_URL%/maskable.png" />
<link rel="manifest" crossorigin="use-credentials" href="manifest.json" />
%svelte.head%
<title>svelte rental app</title>
</head>
<body>
<div>%svelte.body%</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment