Skip to content

Instantly share code, notes, and snippets.

@athiyadeviyani
Last active February 11, 2019 15:59
Show Gist options
  • Save athiyadeviyani/71426115cbd6da81c4d929aa94f95948 to your computer and use it in GitHub Desktop.
Save athiyadeviyani/71426115cbd6da81c4d929aa94f95948 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dad Jokes Daily</title>
<link href="https://fonts.googleapis.com/css?family=Dosis:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Staatliches" rel="stylesheet" type="text/css">
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="bg">
<div id="title" align="center">
<br>
<br>
<br>
<h1 style="font-size: 320%">DAD JOKES DAILY</h1>
<br>
</div>
<div id="root" align="center">
<script src="script.js"></script>
<br>
<br>
<!-- function generateJoke() will be defined later in script.js -->
<button onclick="generateJoke()" class="trigger btn-hover color-9 pulse"><h1 style="font-size: 300%">LOL</h1></button>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment