Skip to content

Instantly share code, notes, and snippets.

@DestinyLuong
Created January 18, 2017 01:19
Show Gist options
  • Save DestinyLuong/ee23a455b558ebdbb4823e61a307da24 to your computer and use it in GitHub Desktop.
Save DestinyLuong/ee23a455b558ebdbb4823e61a307da24 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=ee23a455b558ebdbb4823e61a307da24
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Gloria+Hallelujah" rel="stylesheet">
<title>My first website</title>
</head>
<body>
<h1> My first website </h1>
<p> BLAH <a href="https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=google/">Sup</a></p>
</body>
</html>
h1 {
color:turquoise;
font-family:
'Gloria Hallelujah', cursive;
}
p {
color:red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment