Skip to content

Commit 179e796

Browse files
authored
Merge pull request #4 from AnimuAPI/staging
Staging
2 parents 2463bd0 + 5e9b930 commit 179e796

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "airi_docs",
4-
"version": "1.0.2",
4+
"version": "1.1.3",
55
"description": "Documentatin for a API Serving Anime stuff",
66
"author": "Kyoyo",
77
"license": "AGPLv3",

src/pages/document.ejs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
</head>
6+
<body>
7+
<div id="root"></div>
8+
9+
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
10+
<script>
11+
kofiWidgetOverlay.draw('kyoyo', {
12+
'type': 'floating-chat',
13+
'floating-chat.donateButton.text': 'Support me',
14+
'floating-chat.donateButton.background-color': '#00b9fe',
15+
'floating-chat.donateButton.text-color': '#fff'
16+
});
17+
</script>
18+
</body>
19+
</html>

0 commit comments

Comments
 (0)