-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
81 lines (78 loc) · 3.77 KB
/
template.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<title>Cursory - 🇺🇸 English edition</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="UTF-8" name="charset">
<meta
content="A lightweight and minimalistic open-source app that delivers the most essential news from around the globe in 15+ languages. Powered by Wikipedia."
name="description">
<link href="/simple.css" rel="stylesheet">
<link href="/style.css" rel="stylesheet">
<link href="/favicon-32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/favicon-16.png" rel="icon" sizes="16x16" type="image/png">
</head>
<body>
<header>
<h1>Cursory</h1>
<p>A cursory glance at current events.</p>
<select aria-label="Language" onchange="location = this.value;">
<option value="/">🇺🇸 English</option>
<option value="/bs">🇧🇦 Bosanski</option>
<option value="/da">🇩🇰 Dansk</option>
<option value="/de">🇩🇪 Deutsch</option>
<option value="/el">🇬🇷 Ελληνικά</option>
<option value="/es">🇪🇸 Español</option>
<option value="/fi">🇫🇮 Suomi</option>
<option value="/fr">🇫🇷 Français</option>
<option value="/he">🇮🇱 עברית</option>
<option value="/ko">🇰🇷 한국어</option>
<option value="/no">🇳🇴 Norsk</option>
<option value="/pl">🇵🇱 Polski</option>
<option value="/pt">🇵🇹 Português</option>
<option value="/ru">🇷🇺 Русский</option>
<option value="/sco">🏴 Scots</option>
<option value="/sv">🇸🇪 Svenska</option>
<option value="/vi">🇻🇳 Tiếng Việt</option>
</select>
<noscript>
<style>
select {
display: none;
}
</style>
<div class="lang-selector-nojs">
<a class="button" href="/bs">🇧🇦 Bosanski</a>
<a class="button" href="/da">🇩🇰 Dansk</a>
<a class="button" href="/de">🇩🇪 Deutsch</a>
<a class="button" href="/el">🇬🇷 Ελληνικά</a>
<a class="button" href="/">🇺🇸 English</a>
<a class="button" href="/es">🇪🇸 Español</a>
<a class="button" href="/fi">🇫🇮 Suomi</a>
<a class="button" href="/fr">🇫🇷 Français</a>
<a class="button" href="/he">🇮🇱 עברית</a>
<a class="button" href="/ko">🇰🇷 한국어</a>
<a class="button" href="/no">🇳🇴 Norsk</a>
<a class="button" href="/pl">🇵🇱 Polski</a>
<a class="button" href="/pt">🇵🇹 Português</a>
<a class="button" href="/ru">🇷🇺 Русский</a>
<a class="button" href="/sco">🏴 Scots</a>
<a class="button" href="/sv">🇸🇪 Svenska</a>
<a class="button" href="/vi">🇻🇳 Tiếng Việt</a>
</div>
</noscript>
</header>
<div>
<!-- Custom content here -->
</div>
<footer>
<a class="button" href="https://github.com/jake-anto/cursory">Source Code</a>
<a class="button" href="/about">About</a>
<p><b>Text and images from Wikipedia.</b> Build time: 2023-09-22 18:16:54.128737 UTC.</p>
<a href="https://512kb.club/">
<img alt="512KB Club Green Team" class="badge" loading="lazy" src="/512kb_green.svg">
</a>
<p>Made with ❤ by <a href='https://itsjake.me/'>Jake Anto</a>.</p>
</footer>
</body>
</html>