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

Update index.html #789

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading