Skip to content

Instantly share code, notes, and snippets.

@desoga10
Created June 8, 2019 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save desoga10/fa526bae5f73eea85deef6955034a32d to your computer and use it in GitHub Desktop.
Save desoga10/fa526bae5f73eea85deef6955034a32d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link rel="stylesheet" href="css/style.css" />
<title>Countrypedia</title>
</head>
<body>
<div class="row container">
<div class="input-field col s6">
<h5 class="center-align">
<i class="small material-icons">flag</i>Select A Country
</h5>
<input placeholder="e.g Nigeria" id="search" type="text" class="validate" />
</div>
</div>
<div id="countryList"></div>
<script src="script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment