diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..0d41999 --- /dev/null +++ b/index.html @@ -0,0 +1,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> |