Skip to content

Instantly share code, notes, and snippets.

@Duckuism
Last active January 29, 2020 12:19
Show Gist options
  • Save Duckuism/df1fc3c596429e16e05d876be5607112 to your computer and use it in GitHub Desktop.
Save Duckuism/df1fc3c596429e16e05d876be5607112 to your computer and use it in GitHub Desktop.
customCalendar-skeleton
<!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">
<title>Calendar with Vanilla Javascript</title>
<style></style>
</head>
<body>
<div id="calendar"></div>
<script src="text/javascript"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment