Skip to content

Commit 7a1aa36

Browse files
committed
Create callback.html
1 parent 3bf5272 commit 7a1aa36

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

callback.html

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: page
3+
title: Authorization
4+
---
5+
6+
<div class="container-callback">
7+
<div class="container">
8+
<h1 id="title"></h1>
9+
<div>
10+
<input type="text" id="code" class="form-control" readonly />
11+
<a class="btn" role="button">Copy to clipboard</a>
12+
</div>
13+
</div>
14+
</div>
15+
16+
{% include common-js.html %}
17+
<script src="/js/sharex.common.js"></script>
18+
<script src="/js/sharex.callback.js"></script>

0 commit comments

Comments
 (0)