0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-21 18:38:57 +01:00
flags/index.html
Panayiotis Lipiridis ade123ef94 Ignore
2021-10-23 00:00:28 +03:00

70 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link href="./assets/docs.css" rel="stylesheet" />
<link href="./css/flag-icons.css" rel="stylesheet" />
<title>SVG Country Flags | flag-icons</title>
<!-- prettier-ignore -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42119746-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="header">
<div class="container-md">
<h1>flag-icons</h1>
<p>
A collection of all country flags in SVG — plus the CSS for easier
integration.
</p>
<p>All flags are in 1x1 and 4x3 formats only.</p>
<a
class="btn btn-light btn-lg"
href="https://github.com/lipis/flag-icon-css"
><i class="fab fa-github"></i> View on GitHub</a
>
<a
class="btn btn-light btn-lg"
href="https://github.com/lipis/flag-icon-css/archive/main.zip"
><i class="fas fa-download"></i> Download</a
>
<hr />
<iframe
src="https://ghbtns.com/github-btn.html?user=lipis&repo=flag-icon-css&type=star&count=true&size=large"
frameborder="0"
scrolling="0"
width="170"
height="30"
title="GitHub"
></iframe>
</div>
</div>
<div class="container-md">
<div id="flags" class="row"></div>
</div>
<script src="./assets/docs.js"></script>
</body>
</html>