blackmagic-esp32-s2/components/svelte-portal/public/index.html

14 lines
367 B
HTML

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