Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-figueiredo-alves committed Jul 29, 2023
1 parent ca2ee1b commit 4089a4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous" />
<link href="css/app.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="/assets/favicon.png" />
<link rel="icon" type="image/png" href="assets/favicon.png" />
<link href="eTasks-web.styles.css" rel="stylesheet" />
</head>

Expand All @@ -25,7 +25,7 @@
<div class="loading-progress-text"></div>

<div class="text-center align-middle">
<img src="/assets/icon-192.png"/>
<img src="assets/icon-192.png"/>
<h1>eTasks</h1>
</div>
</div>
Expand All @@ -35,7 +35,7 @@ <h1>eTasks</h1>
<a href="" class="reload">Recarregar página</a>
<a class="dismiss">🗙</a>
</div>
<script src="/js/bootstrap.bundle.js"
<script src="js/bootstrap.bundle.js"
crossorigin="anonymous"></script>
<script src="_framework/blazor.webassembly.js"></script>
</body>
Expand Down

0 comments on commit 4089a4c

Please sign in to comment.