Skip to content

Instantly share code, notes, and snippets.

@mohammad-hammal
Created October 29, 2018 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohammad-hammal/dec2f3cf94aa891dd568d186a19b18c4 to your computer and use it in GitHub Desktop.
Save mohammad-hammal/dec2f3cf94aa891dd568d186a19b18c4 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.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<title>Calculator</title>
</head>
<body>
<div class="container">
<h1>Age Calculator</h1>
<form>
<input type="date" class="date-input">
<input type="submit" value="calculate">
</form>
</div>
<script src="js/index.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment