Skip to content

Instantly share code, notes, and snippets.

@steveyen
Created December 3, 2011 03:52
Show Gist options
  • Select an option

  • Save steveyen/1425959 to your computer and use it in GitHub Desktop.

Select an option

Save steveyen/1425959 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Awesome Game Site</title>
</head>
<body>
<h1>minecraft!</h1>
We love our
<a href="http://www.minecraft.net">
Minecraft!
</a>
<br/>
<script>
var x;
x = 2;
</script>
<center>
<button onclick="x = x * x; alert('hi kids! My number is ' + x)">
Blah Blah Blah Visit
<img src="http://media.tumblr.com/tumblr_lva2o4E3we1qzb7ox.png"
height="50px"/>
Minecraft Me!
</button>
<br/>
this minecraft is centered!
<br/>
</center>
<img id="img0"
src="http://media.tumblr.com/tumblr_lva2o4E3we1qzb7ox.png"
height="100px"/>
<img src="http://media.tumblr.com/tumblr_lva2o4E3we1qzb7ox.png"
height="200px"></img>
<style>
body {
background-color:#d0e4fe;
font-family:"monotype corsiva";
font-size:20px;
}
h1 {
color:#ff0000;
text-align:center;
}
button {
color:DarkSeaGreen;
font-size:20px;
}
</style>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment