1
0
Fork 0

Revert "Revert "Update temporary page.""

This reverts commit ac87404504.
master
Ambrose Chua 2013-10-14 16:42:34 +08:00
parent ac87404504
commit 8c81bcd5c6
1 changed files with 29 additions and 27 deletions

View File

@ -1,34 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<title>typega.me</title>
<style>
@import url(http://fonts.googleapis.com/css?family=Lato:100);
* {
padding: 0;
margin: 0;
}
body {
padding: 100px 50px;
font-family:'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
color: #111;
background-color: #eee;
font-size: 25px;
}
h1 {
text-align: right;
font-weight: 100;
line-height: 1em;
}
h2 {
text-align: left;
font-weight: 100;
line-height: 1em;
}
</style>
<meta charset="utf-8" />
<title>typega.me</title>
<link rel="icon" href="icon16.png" type="image/png" />
<style>
@import url(http://fonts.googleapis.com/css?family=Lato:100);
* {
padding: 0;
margin: 0;
}
body {
padding: 100px 50px;
font-family:'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
color: #111;
background-color: #eee;
font-size: 25px;
}
h1 {
text-align: right;
font-weight: 100;
line-height: 1em;
}
h2 {
text-align: left;
font-weight: 100;
line-height: 1em;
}
</style>
</head>
<body>
<h1>typega.me</h1>
<h2>coming soon</h2>
<h1>typega.me</h1>
<h2>coming soon</h2>
</body>
</html>