You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/box.html
+2-34
Original file line number
Diff line number
Diff line change
@@ -2,25 +2,7 @@
2
2
<linkrel="stylesheet" href="/adorn/adorn.css"/>
3
3
<scriptsrc="/adorn/adorn.js" async></script>
4
4
<scriptsrc="client_ids.js"></script>
5
-
<style>
6
-
.alert {
7
-
display: block;
8
-
padding:15px;
9
-
margin-bottom:20px;
10
-
border:1px solid rgba(0,0,0,0);
11
-
border-radius:4px;
12
-
}
13
-
.alert-warning{
14
-
color:#8A6D3B;
15
-
background-color:#FCF8E3;
16
-
border-color:#FAEBCC;
17
-
}
18
-
.alert.alert-warning:before {
19
-
content:"Warning: ";
20
-
font-weight: bold;
21
-
}
22
-
</style>
23
-
5
+
<linkrel="stylesheet" href="./helper/alert.css"/>
24
6
25
7
<title>hello( box )</title>
26
8
<h1>hello( box )</h1>
@@ -30,21 +12,7 @@ <h1>hello( box )</h1>
30
12
Box.com only provides authentication from apps which are using HTTPS. <ahref="https://developers.box.com/docs/#api-basics">See Box.com API documentation</a>
0 commit comments