six
Version:
JavaScript you can bet on.
50 lines (40 loc) • 988 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>Six</title>
<link rel="shortcut icon" href="docs/images/favicon.ico" type="image/x-icon">
<link rel="icon" href="docs/images/favicon.ico" type="image/x-icon">
<style>
body {
font-family: "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif
}
body > * {
width: 900px;
margin: 0 auto;
}
body > header {
text-align: center;
}
body > header h1 {
font-size: 75px;
}
body > header img {
display: inline-block;
margin-left: 75px;
}
body > header .tagline {
color: #999;
}
</style>
</head>
<body>
<header>
<h1>
<div><img src='docs/images/six.svg'></div>
<div>Six</div>
</h1>
<div class="tagline">JavaScript you can bet on</div>
</header>
</body>
</html>