Files
react-add-to-calendar/docs-site/index.html
T
2016-10-06 11:10:21 -07:00

18 lines
642 B
HTML
Executable File

<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="style.css">
<title>React Add to Calendar Button crafted by Jason Salzman</title>
<meta charset="UTF-8">
<meta name="description" content="A simple and reusable Add to Calendar component for React.">
<meta name="keywords" content="React, HTML, CSS, JavaScript, JSX, date, calendar, add to calendar, event">
</head>
<body>
<div id="app"></div>
<!-- vendors -->
<script src="bundle.js" type="text/javascript"></script>
</body>
</html>