Skip to content

Commit

Permalink
fix: update gh-pages title
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Greenemeier committed Dec 22, 2020
1 parent 30e4cb4 commit a736fe0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@

<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="shortcut icon" href="%BASE_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Web site created using create-snowpack-app" />
<link rel="stylesheet" href="global.css">
<meta name="description" content="Documentation/Demo for github.com/6edesign/svelte-calendar svelte-calendar" />
<link rel="stylesheet" href="%BASE_URL%/global.css">
<link href="https://fonts.googleapis.com/css?family=Rajdhani:400,700" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/rainbow.min.css">
<title>svelte-calendar</title>
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/_dist_/index.js"></script>
<script type="module" src="%BASE_URL%/_dist_/index.js"></script>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
Expand Down

0 comments on commit a736fe0

Please sign in to comment.