Skip to content

Commit

Permalink
Add Favicon to page.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitnulleins committed Feb 21, 2024
1 parent 7e68c2f commit 0573899
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@
<title>Excel to JSON Converter | Online XLSX converter</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.18.5/xlsx.full.min.js"></script>
<link href="./static/style.css" rel="stylesheet" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./static/images/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./static/images/favicon-16x16.png"
/>
<link rel="manifest" href="/site.webmanifest" />
</head>
<body>
<header>Excel<span>2</span>JSON</header>
Expand Down

0 comments on commit 0573899

Please sign in to comment.