mirror of
https://github.com/BradNut/svelte-3d
synced 2025-09-08 17:40:17 +00:00
12 lines
271 B
HTML
12 lines
271 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
%svelte.head%
|
|
</head>
|
|
<body>
|
|
<div id="svelte">%svelte.body%</div>
|
|
</body>
|
|
</html>
|