mirror of
https://github.com/BradNut/svelte-3d
synced 2025-09-08 17:40:17 +00:00
13 lines
259 B
HTML
13 lines
259 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>%svelte.body%</div>
|
||
|
|
</body>
|
||
|
|
</html>
|