Skip to content

Instantly share code, notes, and snippets.

@amanat361
Last active October 6, 2016 00:15
Show Gist options
  • Select an option

  • Save amanat361/ebb81379d4d00f289e6ebe0ad9409587 to your computer and use it in GitHub Desktop.

Select an option

Save amanat361/ebb81379d4d00f289e6ebe0ad9409587 to your computer and use it in GitHub Desktop.
<html>
<head>
<!--Title-->
<title>
Samin's Website
</title>
<link rel="stylesheet" type="text/css" href="home.css" />
</head>
<body>
<div class="headers">
<ul>
<li class="dropdown">
<a href="#" class="dropbtn">Github</a>
<div class="dropdown-content">
<a target="_blank" href="https://github.com/amanat361/Samin/blob/master/botlearn.py">Botlearn.Py</a>
<a target="_blank" href="https://gist.github.com/amanat361/ebb81379d4d00f289e6ebe0ad9409587">This Website</a>
</div>
</li>
<li class="dropdown">
<a href="#" class="dropbtn">Favorites</a>
<div class="dropdown-content">
<a target="_blank" href="http://www.google.com">Google</a>
<a target="_blank" href="http://www.reddit.com">Reddit</a>
<a target="_blank" href="http://www.amazon.com">Amazon</a>
</div>
</li>
<li class="dropdown">
<a href="#" class="dropbtn">PC Masterrace</a>
<div class="dropdown-content">
<a target="_blank" href="http://www.google.com">PC Partpicker
<a target="_blank" href="http://www.reddit.com">Corsair
<a target="_blank" href="http://www.amazon.com">Amazon</a>
<a target="_blank" href="http://www.amazon.com">Newegg
<a target="_blank" href="http://www.amazon.com">Linus Tech Tips
<a target="_blank" href="http://www.amazon.com">/r/pcmasterrace
</div>
</li>
</ul>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment