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