Skip to content

Commit

Permalink
Update server.html
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyH2 committed Apr 2, 2024
1 parent d701672 commit 00b0468
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions server.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<head>

<title>CardiVR Server</title>
<link rel="shortcut icon" type="image/png" href="../assets/logos/images/logo.png">
<link rel="icon" type="image/png" href="../assets/logos/images/logo.png">
<link rel="shortcut icon" type="image/png" href="./assets/logos/images/logo.png">
<link rel="icon" type="image/png" href="./assets/logos/images/logo.png">

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0, shrink-to-fit=no">

<link href="https://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet">
<link rel="stylesheet" href="../styles/style.css">
<link rel="stylesheet" href="./styles/style.css">

</head>

Expand All @@ -37,8 +37,8 @@ <h1>CardiVR</h1>
</div>
<video id="cameraFeed" style="display: none;" playsinline autoplay muted></video>

<script src="../libraries/tracking.js"></script>
<script type="module" src="../server/serverScript.js"></script>
<script src="./libraries/tracking.js"></script>
<script type="module" src="./server/serverScript.js"></script>

</body>

Expand Down

0 comments on commit 00b0468

Please sign in to comment.