<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>FCC: Wikipedia Viewer</title>
<title>FCC: Wikipedia Viewer</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="This is a Wikipedia Viewer for Freecodecamp">
<!--for remote bootsraps styles-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/9bacc3de6f.js"></script>
</head>
<body>
</body>
</html>