Skip to content

Instantly share code, notes, and snippets.

@Humoud
Created May 14, 2015 00:03
Show Gist options
  • Save Humoud/c04d9690f5c3aec21ebb to your computer and use it in GitHub Desktop.
Save Humoud/c04d9690f5c3aec21ebb to your computer and use it in GitHub Desktop.
Web Tutorial 1
<!DOCTYPE HTML>
<html>
<head></head>
<body>
<h1>Cafe Pizza</h1>
<h3>Coffee and Pizza. Allah!</h3>
<p>Menu:</p>
<ul>
<li>Turkish Coffee 5KD</li>
<li>Pizza 10KD</li>
<li>Pumpkin Spice Late 7KD</li>
</ul>
<button>Buy</button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment