-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (35 loc) · 1.17 KB
/
index.html
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
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Get Direct Link of OneDrive</title>
<link href="style.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="https://js.live.net/v7.2/OneDrive.js"></script>
<script type="text/javascript" src="functions.js"></script>
</head>
<body>
<div class="OneDriveItemsPicker">
<h3> Picker </h3>
<div align="center">
<button class="PickerButter" onClick="LaunchOneDriveItemsPicker('query')">
Pick Items!
</button>
</div>
<div align="center">
<p>
NOTE: Authorize us to access(only READ and SELECT) your OneDrive to pick items you what to get direct link!
</p>
</div>
</div>
<br />
<hr style="FILTER: alpha(opacity=100,finishopacity=0,style=3)" width="80%" size="3" color="#987cb9">
<br />
<div class="Output" style="padding-left: 10%; padding-right: 10%; padding-top: 30;">
<h3> Output </h3>
<div align="center" class="LogPanel" style="padding-top: 10px; padding-bottom: 10px;"> </div>
<div align="center">
<textarea class="OutputContent"> </textarea>
</div>
</div>
</body>
</html>