formatting
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2025-03-19 08:38:05 -05:00
parent 0e4ebd7742
commit ab42289792

View File

@ -1,4 +1,6 @@
<!DOCTYPE html><html><head> <!DOCTYPE html>
<html>
<head>
<!-- <!--
If you are serving your web app in a path other than the root, change the If you are serving your web app in a path other than the root, change the
href value below to reflect the base path you are serving from. href value below to reflect the base path you are serving from.
@ -29,7 +31,8 @@
<title>repertory</title> <title>repertory</title>
<link rel="manifest" href="manifest.json"> <link rel="manifest" href="manifest.json">
<script type="text/javascript" src="sodium.js" async="true"></script></head> <script type="text/javascript" src="sodium.js" async="true"></script>
</head>
<body> <body>
<script> <script>
window.flutterConfiguration = { window.flutterConfiguration = {
@ -37,6 +40,5 @@
}; };
</script> </script>
<script src="flutter_bootstrap.js" async=""></script> <script src="flutter_bootstrap.js" async=""></script>
</body>
</html>
</body></html>