Skip to content

Commit

Permalink
adding font
Browse files Browse the repository at this point in the history
  • Loading branch information
rhythm-sharma authored Oct 11, 2018
1 parent ba902fd commit d18f23f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no">
<title >chrome easter egg: t-rex runner</title>
<link rel="stylesheet" href="index.css">
<script src="index.js"></script>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<script src="index.js"></script
</head>

<body id="t" class="offline">
<div id="messageBox" class="sendmessage">
<h1 style="text-align: center;bottom:300px;font-family: 'Open Sans', sans-serif;">Press Space to start</h1>
<h1 style="text-align: center;font-family: 'Open Sans', sans-serif;">Press Space to start</h1>
<div class="niokbutton" onclick="okbuttonsend()"></div>
</div>
<div id="main-frame-error" class="interstitial-wrapper">
Expand Down

0 comments on commit d18f23f

Please sign in to comment.