Skip to content

Instantly share code, notes, and snippets.

@abdelfattah-atef94
Created November 26, 2019 08:39
Show Gist options
  • Save abdelfattah-atef94/b0d2b86e97885fec6f535c8d79352f08 to your computer and use it in GitHub Desktop.
Save abdelfattah-atef94/b0d2b86e97885fec6f535c8d79352f08 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>List of Users</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<h1>Our Awesome Users</h1>
<ul id="users"></ul>
<script src="js/main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment