Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save abdelfattah-atef94/60e53f464eabf3475131ffebfab257ac to your computer and use it in GitHub Desktop.
Save abdelfattah-atef94/60e53f464eabf3475131ffebfab257ac to your computer and use it in GitHub Desktop.
<html>
<head>
<meta charset="utf-8">
<title>List of Countries</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<h1>Countries</h1>
<ul>
<li>Egypt</li>
<li>USA</li>
<li>Saudia</li>
<li>France</li>
<li>Spain</li>
<li>UAE</li>
<li>Germany</li>
<li>Netherlands</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment