blob: 0d419998c007bc6118464789618c1313c174b028 (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Home - Countries</title>
<link title="Countries" href="/opensearch.xml" rel="search" type="application/opensearchdescription+xml"/>
<link type="image/png" sizes="16x16" href="/dist/images/icons/favicon-16x16.png" rel="icon"/>
<link href="/dist/css/normalize.css" rel="stylesheet"/>
<link href="/dist/css/home.min.css" rel="stylesheet"/>
</head>
<body>
<noscript>
<h1>Countries</h1>
<p>JavaScript required</p>
<p>It seems JavaScript is either blocked or disabled in your web browser. We totally get that. However, this page will not work without it.</p>
<p>If you are concerned about the security and privacy (or lack thereof) of JavaScript web applications, you might want to review the source code of the <a href="https://hgit.conocimientoslibres.ga/testing/countries.git" target="_blank" rel="noopener noreferrer">countries-app</a> you are trying to access, or look for security audits.</p>
<link href="/dist/css/noscript.css" rel="stylesheet"/>
</noscript>
<header class="header">
<nav class="home">
<a href="/" id="home-link" class="home-link">Countries</a>
</nav>
</header>
<main class="main">
<div class="countries-container" id="countries"></div>
</main>
<footer class="footer">
<div>
<a href="https://hgit.conocimientoslibres.ga/testing/countries.git"
rel="noopener noreferrer" target="_blank">
Released under the AGPLv3 or later
</a>
</div>
<div>
<p>This site is Free/Libre Software</p>
<p>Current version: 0.1.0</p>
</div>
<div>
<a href="/licenses.html" data-jslicense="1" rel="noopener noreferrer" target="_blank">JavaScript licenses</a>
</div>
</footer>
<script src="/dist/js/main.js"></script>
</body>
</html>
|