Skip to content

Commit

Permalink
Fix page title
Browse files Browse the repository at this point in the history
  • Loading branch information
Jcparkyn committed Oct 31, 2023
1 parent c161f65 commit dd35dd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
<html>
<head>
<meta charset="UTF-8">
<title>Main</title>
<title>Scrobburl</title>
<link rel="stylesheet" href="main.css">
<script src="main.js"></script>
<script src="https://unpkg.com/@panzoom/[email protected]/dist/panzoom.min.js"></script>
<meta name="viewport" content="width=device-width, height=100vh, initial-scale=1.0, maximum-scale=1.0, user-scalable=, interactive-widget=resizes-content" />
<meta name="og:url" content="https://jcparkyn.github.io/scrobburl" />
</head>
<body>
<div id="myapp">Fetching dictionary...</div>
Expand Down

0 comments on commit dd35dd4

Please sign in to comment.