Skip to content

Instantly share code, notes, and snippets.

@DestinyLuong
Created January 20, 2017 01:00
Show Gist options
  • Save DestinyLuong/cbd7009d0afb4ea7b4dc4b5dd413cc73 to your computer and use it in GitHub Desktop.
Save DestinyLuong/cbd7009d0afb4ea7b4dc4b5dd413cc73 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=cbd7009d0afb4ea7b4dc4b5dd413cc73
<!DOCTYPE html>
<html>
<head>
<title>Hi</title>
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans|Quicksand" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Amatic+SC|Gloria+Hallelujah" rel="stylesheet">
</head>
<body>
<h1> Welcome!</h1>
<p> This is spam.</p>
<p class="two">You're wasting your time.</p>
<p-5>What boredom. </p-5>
<p-3>Oh you survived.</p-3>
<p-4>HERE'S A COOKIE: </p-4>
<img src="http://orig14.deviantart.net/9756/f/2009/312/7/2/angry_cookie_by_yaizahpm.jpg">
<a href="http://orig14.deviantart.net/9756/f/2009/312/7/2/angry_cookie_by_yaizahpm.jpg"> MOAR COOKIES: </a>
<img src="http://images.birthdayexpress.com/mgen/merchandiser/81651.jpg?zm=1600,1600,1,0,0">
<a href="http://images.birthdayexpress.com/mgen/merchandiser/81651.jpg?zm=1600,1600,1,0,0>OMNONOMOMONOM"> </a>
</body>
</html>
h1 {
color:#ffb3b3;
font-family:Amatic SC;
}
p {
font-family:Gloria Hallelujah;
}
.two {
font-family:QuickSand;
}
p-3 {
font-family:Josefin Sans;
}
img {
height:300px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment