1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+
4+ < head >
5+ < meta charset ="utf-8 " />
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
7+ < link rel ="apple-touch-icon " sizes ="76x76 " href ="./static/img/apple-icon.png ">
8+ < link rel ="icon " type ="image/png " href ="./static/img/favicon.svg ">
9+ < title >
10+ ADGSDK
11+ </ title >
12+ < link href ="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700 " rel ="stylesheet " />
13+ < script src ="https://kit.fontawesome.com/42d5adcbca.js " crossorigin ="anonymous "> </ script >
14+ < link href ="./static/css/nucleo-icons.css " rel ="stylesheet " />
15+ < link href ="./static/css/nucleo-svg.css " rel ="stylesheet " />
16+ < script src ="https://kit.fontawesome.com/42d5adcbca.js " crossorigin ="anonymous "> </ script >
17+ < link href ="../static/css/nucleo-svg.css " rel ="stylesheet " />
18+ < link id ="pagestyle " href ="./static/css/soft-ui-dashboard.css?v=1.0.3 " rel ="stylesheet " />
19+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css ">
20+ < link rel ='stylesheet ' href ='https://cdn.plyr.io/3.6.2/plyr.css '>
21+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js "> </ script >
22+ </ head >
23+
24+ < body >
25+
26+ < div class ="container ">
27+ < div class ="card ">
28+ < div class ="card-header p-0 mx-3 mt-3 position-relative z-index-1 ">
29+ < a href ="javascript:; " class ="d-block ">
30+
31+ </ a >
32+ </ div >
33+
34+ < div class ="card-body pt-2 ">
35+ < span class ="text-gradient text-primary text-uppercase text-xs font-weight-bold my-2 "> ADGSDK</ span >
36+ < a href ="javascript:; " class ="card-title h5 d-block text-darker ">
37+ Hello World!
38+ </ a >
39+ < br >
40+ < p class ="card-description mb-4 ">
41+ Click the link below to view the HTML docs.
42+ </ p >
43+ < a href ="https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-dashboard " style ="color:blue " class ="card-title h9 d-block text-darker ">
44+ View Docs
45+ </ a >
46+ </ div >
47+ </ div >
48+ </ div >
49+
50+ </ div >
51+ <!-- partial -->
52+ < script src ='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js '> </ script >
53+ < script src ='https://cdnjs.cloudflare.com/ajax/libs/html5media/1.1.8/html5media.min.js '> </ script >
54+ < script src ='https://cdnjs.cloudflare.com/ajax/libs/plyr/3.6.8/plyr.min.js '> </ script >
55+
56+ </ body >
57+
58+ < script >
59+ var win = navigator . platform . indexOf ( 'Win' ) > - 1 ;
60+ if ( win && document . querySelector ( '#sidenav-scrollbar' ) ) {
61+ var options = {
62+ damping : '0.5'
63+ }
64+ Scrollbar . init ( document . querySelector ( '#sidenav-scrollbar' ) , options ) ;
65+ }
66+ </ script >
67+ <!-- Github buttons -->
68+ < script async defer src ="https://buttons.github.io/buttons.js "> </ script >
69+ < script src ="./static/js/soft-ui-dashboard.min.js?v=1.0.3 "> </ script >
70+ </ body >
71+
72+ </ html >
0 commit comments