Skip to content

Instantly share code, notes, and snippets.

@anLpk
Created December 13, 2020 10:10
Show Gist options
  • Select an option

  • Save anLpk/bebcdcd18018e612b8721667045152bf to your computer and use it in GitHub Desktop.

Select an option

Save anLpk/bebcdcd18018e612b8721667045152bf to your computer and use it in GitHub Desktop.
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Turkey Population App</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="container">
<input
type="text"
class="form-control"
id="search"
placeholder="What you searching..."
/>
<button id="btn">Search</button>
<ul id="results"></ul>
</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