-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (19 loc) · 859 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>vue-calendar-simple</title>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body>
<div style="text-align: center">
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/luxueyan/vue-calendar-simple" data-size="large" aria-label="Star luxueyan/vue-calendar-simple on GitHub">Star</a>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/luxueyan/vue-calendar-simple/fork" data-size="large" aria-label="Fork luxueyan/vue-calendar-simple on GitHub">Fork</a>
</div>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>