mirror of
https://github.com/lipis/flag-icons.git
synced 2024-11-21 18:38:57 +01:00
39 lines
1.3 KiB
HTML
39 lines
1.3 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
|
|
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
|
|
rel="stylesheet"
|
|
/>
|
|
<link href="./assets/docs.css" rel="stylesheet" />
|
|
<link href="./css/flag-icons.css" rel="stylesheet" />
|
|
|
|
<title>SVG Country Flags | flag-icons</title>
|
|
</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" href="https://github.com/lipis/flag-icon-css">View on GitHub</a>
|
|
<a class="btn btn-light" href="https://github.com/lipis/flag-icon-css/archive/main.zip">Download</a>
|
|
</div>
|
|
</div>
|
|
<div class="container-md">
|
|
<div id="flags" class="row">
|
|
</div>
|
|
<script src="./assets/docs.js"></script>
|
|
</body>
|
|
</html>
|