1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00
budibase/packages/standard-components/public/index.html

19 lines
349 B
HTML
Raw Normal View History

2019-08-27 18:32:56 +12:00
<!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'>
2019-08-27 18:32:56 +12:00
</head>
<body>
<script src='/bundle.js'></script>
2019-08-27 18:32:56 +12:00
</body>
2019-08-27 18:32:56 +12:00
</html>