1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00
budibase/packages/materialdesign-components/public/index.html
2020-04-02 12:56:21 +01:00

16 lines
328 B
HTML

<!doctype html>
<html>
<head>
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
<title>Budibase-Material Design</title>
<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>