mirror of
https://github.com/encounter/react-add-to-calendar.git
synced 2026-07-10 21:18:44 -07:00
18 lines
664 B
HTML
Executable File
18 lines
664 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, customizable, and reusable Add to Calendar button 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>
|