-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.html
More file actions
32 lines (31 loc) · 884 Bytes
/
app.html
File metadata and controls
32 lines (31 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<html>
<head>
<script src="https://giscus.app/client.js"
data-repo="garfield786/garfield786.github.io"
data-repo-id="MDEwOlJlcG9zaXRvcnkzODE1NTE2MjY="
data-category="Q&A"
data-category-id="DIC_kwDOFr4ECs4B-dkM"
data-mapping="title"
data-reactions-enabled="1"
data-emit-metadata="0"
data-theme="light"
crossorigin="anonymous"
async>
</script>
</head>
<body>
<div class="giscus"></div>
</body>
</html>
<script src="https://giscus.app/client.js"
data-repo="garfield786/garfield786.github.io"
data-repo-id="MDEwOlJlcG9zaXRvcnkzODE1NTE2MjY="
data-category="Q&A"
data-category-id="DIC_kwDOFr4ECs4B-dkM"
data-mapping="title"
data-reactions-enabled="1"
data-emit-metadata="0"
data-theme="light"
crossorigin="anonymous"
async>
</script>