1
0
Fork 0
mirror of synced 2024-07-02 13:01:09 +12:00
budibase/packages/bootstrap-components/public/index.html
2019-10-14 08:32:20 +01:00

18 lines
347 B
HTML

<!doctype html>
<html>
<head>
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
<title>Svelte app</title>
<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/global.css'>
<link rel='stylesheet' href='/bundle.css'>
</head>
<body>
<script src='/bundle.js'></script>
</body>
</html>