react-world-flags
Version:
SVG flags of the world for react
19 lines (18 loc) • 450 B
HTML
<html>
<head>
<title>react-world-flags</title>
<link href="//fonts.googleapis.com/css?family=Roboto" rel="stylesheet" />
<style>
body {
background: #fff;
font-family: 'Roboto', sans-serif;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="build.js"></script>
<noscript>Please enable JavaScript in your browser</noscript>
</body>
</html>