Skip to content

Instantly share code, notes, and snippets.

@noamr
Created November 28, 2014 15:11
Show Gist options
  • Save noamr/3939d6cd2a0d2639df39 to your computer and use it in GitHub Desktop.
Save noamr/3939d6cd2a0d2639df39 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>https://www.facebook.com</title>
<meta name="viewport" content="ya-title=#3b5998,ya-dock=#000000" />
<style>
* {
font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
font-weight: bold;
}
input {
border-style: solid;
border-width: 1px;
border-color: grey;
border-radius: 3px;
}
table {
font-size: 12px;
}
a {
background: #3b5998;
font-size: 12px;
text-decoration: none;
padding: 6px;
color: white;
margin-top: 10px;
}
</style>
<script>
function submit()
{
alert("Now we know. Thank you.");
}
</script>
<link rel="icon"
type="image/png"
href="http://thehanoa.org/css_pirobox/white/facebook-favicon.ico-i1.png">
</head>
<body>
<img src="http://upload.wikimedia.org/wikipedia/commons/3/32/Facebooklogo.png" style="height:37px">
<table>
<tr>
<td>
Email: <td><input type="text" /><br/>
<tr><td>Password: <td><input type="password" />
</table>
<br/>
<a href="javascript:submit()">Sign In</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment