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