1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00
budibase/packages/materialdesign-components/public/index.html

18 lines
408 B
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
<title>Svelte app</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/build/bundle.css'>
</head>
<body>
<script src='/build/bundle.js'></script>
</body>
</html>