1
0
Fork 0

Revert "Update temporary page."

This reverts commit 743bcbfe5e.
master
Ambrose Chua 2013-10-14 16:41:45 +08:00
parent 743bcbfe5e
commit ac87404504
1 changed files with 27 additions and 29 deletions

View File

@ -1,36 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<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>
<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>
</head>
<body>
<h1>typega.me</h1>
<h2>coming soon</h2>
<h1>typega.me</h1>
<h2>coming soon</h2>
</body>
</html>