Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyH2 committed Mar 18, 2024
1 parent 7514aca commit 2c83cb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<head>

<title>CardiVR</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">
Expand All @@ -31,7 +31,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />

<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 @@ -43,7 +43,7 @@
<div id="container"></div>
</div>
<div id="app-group">
<img src="/assets/logos/images/logo.png">
<img src="./assets/logos/images/logo.png">
<h1>CardiVR</h1>
<button>Launch</button>
</div>
Expand Down

0 comments on commit 2c83cb2

Please sign in to comment.