0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-21 18:38:57 +01:00
flags/index.html

61 lines
2.1 KiB
HTML
Raw Normal View History

2013-09-24 00:07:24 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
2021-10-22 22:26:29 +02:00
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2015-12-23 23:45:33 +01:00
2021-10-22 22:26:29 +02:00
<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"
2021-10-22 22:35:58 +02:00
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"
2021-10-22 22:26:29 +02:00
/>
<link href="./assets/docs.css" rel="stylesheet" />
<link href="./css/flag-icons.css" rel="stylesheet" />
2015-12-23 23:45:33 +01:00
2021-10-22 22:26:29 +02:00
<title>SVG Country Flags | flag-icons</title>
2021-10-22 23:00:28 +02:00
<!-- prettier-ignore -->
2021-10-22 22:53:27 +02:00
<script>
2021-10-22 23:00:28 +02:00
(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');
2021-10-22 22:53:27 +02:00
ga('create', 'UA-42119746-2', 'auto');
ga('send', 'pageview');
</script>
2021-10-22 22:26:29 +02:00
</head>
2013-09-24 00:07:24 +02:00
<body>
2021-10-22 22:26:29 +02:00
<div class="header">
<div class="container-md">
2021-10-23 00:21:38 +02:00
<h1>flag-icon-css</h1>
2021-10-22 22:35:58 +02:00
<p>
A collection of all country flags in SVG — plus the CSS for easier
integration.
</p>
2021-10-22 22:26:29 +02:00
<p>All flags are in 1x1 and 4x3 formats only.</p>
2021-10-22 22:58:44 +02:00
<a
class="btn btn-light btn-lg"
href="https://github.com/lipis/flag-icon-css"
2021-10-22 22:35:58 +02:00
><i class="fab fa-github"></i> View on GitHub</a
>
<a
2021-10-22 22:53:27 +02:00
class="btn btn-light btn-lg"
2021-10-22 22:35:58 +02:00
href="https://github.com/lipis/flag-icon-css/archive/main.zip"
><i class="fas fa-download"></i> Download</a
>
2013-09-24 00:07:24 +02:00
</div>
2013-09-24 17:13:35 +02:00
</div>
2021-10-22 22:26:29 +02:00
<div class="container-md">
2021-10-22 22:35:58 +02:00
<div id="flags" class="row"></div>
2013-09-24 00:07:24 +02:00
</div>
2013-09-27 00:40:54 +02:00
<script src="./assets/docs.js"></script>
2013-09-24 00:07:24 +02:00
</body>
</html>