SvelteQuickstart/public/index.html
Thomas Cole fa93a220ce Redo of commits.
Git config was not set correctly.
2021-03-24 10:13:20 -04:00

19 lines
406 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<title>Svelte material app</title>
<link rel='icon' type='image/png' href='./favicon.png'>
<link rel='stylesheet' href='./global.css'>
<link rel='stylesheet' href='./build/bundle.css'>
<script defer src='./build/bundle.js'></script>
</head>
<body>
</body>
</html>