Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dannz510 authored Aug 13, 2023
1 parent 9b37e73 commit 9cb4375
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="manifest" href="/manifest.json" />
<meta name="description" content="Win11 made in React" />
<title>Win11 in React</title>
<link rel="stylesheet" href="/dycalendar.css" />
<link rel="stylesheet" href="https://raw.githubusercontent.com/blueedgetechno/win11React/master/public/dycalendar.css" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand All @@ -26,9 +26,9 @@

<span id="brightoverlay"></span>

<script type="text/javascript" src="/dycalendar.js"></script>
<script src="./src/index.jsx" type="module"></script>
<script src="/react-pwa.js"></script>
<script type="text/javascript" src="https://raw.githubusercontent.com/blueedgetechno/win11React/master/public/dycalendar.js"></script>
<script src="https://raw.githubusercontent.com/blueedgetechno/win11React/master/src/index.jsx" type="module"></script>
<script src="https://raw.githubusercontent.com/blueedgetechno/win11React/master/public/react-pwa.js"></script>

<script type="module">
console.log(
Expand Down

0 comments on commit 9cb4375

Please sign in to comment.