Skip to content

Commit

Permalink
Fix logo and favicon on local env
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinn committed Oct 9, 2023
1 parent 89780d3 commit 73d0669
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.1.3/slate/bootstrap.min.css" />
<link rel="manifest" href="ssdq.webmanifest" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<main class="container">
<h1 class="text-center"><img height="48" src="/logo.svg" alt /> Serious&nbsp;Sam Done&nbsp;Quick</h1>
<h1 class="text-center"><img height="48" src="logo.svg" alt /> Serious&nbsp;Sam Done&nbsp;Quick</h1>

<div class="text-center">
<div class="list-group list-group-flush d-inline-block text-center mb-5">
Expand Down

0 comments on commit 73d0669

Please sign in to comment.