Skip to content

Commit

Permalink
Merge pull request #1287 from bluewave-labs/develop
Browse files Browse the repository at this point in the history
Develop -> Master 2.0 release
  • Loading branch information
ajhollid authored Dec 5, 2024
2 parents 2a9db50 + 6a01581 commit 5b9a159
Show file tree
Hide file tree
Showing 177 changed files with 13,322 additions and 4,389 deletions.
33 changes: 13 additions & 20 deletions Client/index.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
href="./bluewave_favicon.ico"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>BlueWave Uptime</title>
</head>

<body>
<div id="root"></div>
<script
type="module"
src="/src/main.jsx"
></script>
</body>
</html>
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./checkmate_favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Checkmate</title>
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>

</html>
Loading

0 comments on commit 5b9a159

Please sign in to comment.