Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jwithington/099ad9b23835dc52c430cd54ed9333a8 to your computer and use it in GitHub Desktop.
Save jwithington/099ad9b23835dc52c430cd54ed9333a8 to your computer and use it in GitHub Desktop.
Full-screen animated gif background-APT!
<head>
<meta charset="utf-8">
<meta name="description" content="Lisa Simpson quote from She of Little Faith when she says it's apt. apt!">
<title>It's apt. Apt!</title>
<link rel="icon" type="image/png" href="/images/fav.png">
<link rel="apple-touch-icon-precomposed" href="/images/apple.png">
</head>
<body>
<img src='https://frinkiac.com/video/S13E06/Y2m6BOwU__hESIUkpNfyFqjhWZY=.gif' id='apt' alt="Lisa Simpson yells 'it's apt. Apt!'"/>
</body>
<!-- Created on July 3rd, 2017, on the occasion of Yeardly Smith's 53rd birthday. Happy birthday, Lisa!
https://www.youtube.com/watch?v=08pwZ94eipw
-->
</html>
#apt {
width: 100%;
height:100%;
}
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment