forked from gn-math/html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path112.html
More file actions
24 lines (21 loc) · 1.21 KB
/
112.html
File metadata and controls
24 lines (21 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="manifest" href="https://cdn.jsdelivr.net/gh/WhoIsEv/relivedassets@main/wordle/manifest.json" />
<link rel="icon" href="https://cdn.jsdelivr.net/gh/WhoIsEv/relivedassets@main/wordle/img/logo_32x32.png" type="image/x-icon" />
<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/WhoIsEv/relivedassets@main/wordle/img/logo_32x32.png" type="image/x-icon" />
<link rel="apple-touch-icon" href="https://cdn.jsdelivr.net/gh/WhoIsEv/relivedassets@main/wordle/img/logo_192x192.png" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/WhoIsEv/relivedassets@main/wordle/global.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/WhoIsEv/relivedassets@main/wordle/build/bundle.css" />
<script>
// PWA Service worker
if ("serviceWorker" in navigator) {
navigator.serviceWorker.register("sw.js");
}
</script>
<script src="https://cdn.jsdelivr.net/gh/WhoIsEv/relivedassets@main/wordle/js/main.js"></script>
<script defer src="https://cdn.jsdelivr.net/gh/WhoIsEv/relivedassets@main/wordle/build/bundle.js"></script>
<title>Wordle</title>
</head>
<body></body>
</html>