Skip to content

Instantly share code, notes, and snippets.

@xsonic
xsonic / index.html
Created January 30, 2023 08:42
Svelte single file app
<!-- index.html -->
<!doctype html>
<html>
<head>
<title>My Svelte App</title>
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/svelte@3/compiler.js"></script>
<script>
// Create a new Svelte component