1
0
Fork 0
typega.me/index.html

76 lines
2.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>typega.me - type, type and type. </title>
<meta property="og:title" content="typega.me - type, type and type. " />
<meta property="og:url" content="http://typega.me/" />
<meta property="og:image" content="images/icon240.png" />
<link rel="icon" href="images/icon16.png" type="image/png" />
<meta name="description" content="An awesome typing game by eurica inc. Type, type and type. Coming soon! " />
<meta name="google-site-verification" content="-3fTIhmTL4ZA_9Iysrs7L5DBSwIhToML54dN0DQluvM" />
<style>
@import url(http://fonts.googleapis.com/css?family=Lato:100);
* {
padding: 0;
margin: 0;
}
body {
padding: 100px 0;
font-family:'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
background-color: #fff;
font-size: 25px;
color: #fff;
}
h1, h2, h3, h4, h5 {
font-weight: 100;
line-height: 1em;
}
h1 {
text-align: right;
}
h2 {
text-align: left;
}
span {
color: #fff;
padding: 20px;
display: inline-block;
}
h1 span {
padding-left: 150px;
background-color: rgba(235, 0, 255, 0.5);
}
h2 span {
background-color: rgba(105, 0, 255, 0.5);
}
h3 {
font-size: 1.1em;
}
h3 span {
background-color: rgba(105, 0, 255, 0.5);
}
section {
padding: 50px;
margin: 100px 0 20px 0;
background-color: rgba(105, 0, 255, 0.5);
}
</style>
</head>
<body>
<h1><span>typega.me</span></h1>
<h2><span>coming soon</span></h2>
<section>
an awesome typing game by eurica inc. type, type and type. get ready! <a href="/request.html">request beta</a> if you're enthusiastic!
</section><!-- https://docs.google.com/forms/d/1mLq0mwyt8i9xQEJkCvMoShu3cwJb2AHppb_8sg8B3_s/viewform -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45053637-1', 'typega.me');
ga('send', 'pageview');
</script>
</body>
</html>