Skip to content

Instantly share code, notes, and snippets.

@jvns
Created March 16, 2014 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jvns/9577732 to your computer and use it in GitHub Desktop.
Save jvns/9577732 to your computer and use it in GitHub Desktop.
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Open Sans' rel='stylesheet' type='text/css'>
</head>
<style>
h1 {
font-family: 'Open Sans', serif;
font-size: 50px;
text-align: center;
color: #333;
}
</style>
</h1>
<body>
<h1>
<title> <?php echo $_GET['q']; ?></title>
<center>
<br>
<?php
echo $_GET['q'];
?>
</center>
<h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment