-
Notifications
You must be signed in to change notification settings - Fork 0
/
wallpaper.html
53 lines (53 loc) · 2.01 KB
/
wallpaper.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<title>Wallpaper of the Week | Nibble #91</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="title" content="Wallpaper of the Week | Nibble #91" />
<meta http-equiv="refresh" content="1; url='https://files.nibbles.dev/wallpapers/91.jpg'" />
<meta
name="description"
content="Nibble is a Tech newsletter with quick bits to stay updated on tech, life and memes"
/>
<link rel="icon" href="https://files.nibbles.dev/icons/favicon.ico" />
<link
rel="shortcut icon"
href="https://files.nibbles.dev/icons/favicon.ico"
/>
<link rel="canonical" href="https://wow.nibbles.dev/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://wow.nibbles.dev" />
<meta property="og:title" content="Nibble #91" />
<meta
property="og:image"
content="https://files.nibbles.dev/wallpapers/91.jpg"
/>
<meta
property="og:description"
content="Nibble is a Tech newsletter with quick bits to stay updated on tech, life and memes"
/>
<!-- Twitter -->
<meta name="twitter:site" content="@AashutoshRathi" />
<meta name="twitter:creator" content="@AashutoshRathi" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://wow.nibbles.dev" />
<meta property="twitter:title" content="Wallpaper of Week | Nibble #91" />
<meta
name="twitter:image"
content="https://files.nibbles.dev/wallpapers/91.jpg"
/>
<meta
name="twitter:description"
content="Nibble is a Tech newsletter with quick bits to stay updated on tech, life and memes"
/>
<link rel="stylesheet" type="text/css" href="index.css" />
</head>
<body>
<div class="loading">
<span>👋🏻 Loading the<span id="nibble-edition"> Wallpaper of the Week 🌁</span>
</span>
</div>
</body>
</html>