1- <!doctype html>
2- < html lang ="en ">
3-
4- < head >
5- < meta charset ="utf-8 ">
6- < title > Jp Project - IdentityServer4 Admin Panel</ title > <!--CONFIG-->
1+ <!doctype html>
2+ < html lang ="en ">
3+
4+ < head >
5+ < meta charset ="utf-8 ">
6+ < title > Jp Project - IdentityServer4 Admin Panel</ title >
7+ <!--CONFIG-->
8+
9+ < base href ="/ ">
10+ < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 ">
11+ < link href ="https://fonts.googleapis.com/icon?family=Material+Icons " rel ="stylesheet ">
12+ < link rel ="apple-touch-icon " sizes ="180x180 " href ="/assets/img/favicon/apple-touch-icon.png ">
13+ < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/assets/img/favicon/favicon-32x32.png ">
14+ < link rel ="icon " type ="image/png " sizes ="16x16 " href ="/assets/img/favicon/favicon-16x16.png ">
15+ < link rel ="manifest " href ="/assets/img/favicon/site.webmanifest ">
16+ < link rel ="mask-icon " href ="/assets/img/favicon/safari-pinned-tab.svg " color ="#5bbad5 ">
17+ < meta name ="msapplication-TileColor " content ="#da532c ">
18+ < meta name ="theme-color " content ="#ffffff ">
19+ </ head >
20+
21+ < body >
22+ < app-root > </ app-root >
23+ </ body >
24+ < script type ="text/javascript ">
25+ var appInsights = window . appInsights || function ( a ) {
26+ function b ( a ) {
27+ c [ a ] = function ( ) {
28+ var b = arguments ;
29+ c . queue . push ( function ( ) {
30+ c [ a ] . apply ( c , b )
31+ } )
32+ }
33+ }
34+ var c = {
35+ config : a
36+ } ,
37+ d = document ,
38+ e = window ;
39+ setTimeout ( function ( ) {
40+ var b = d . createElement ( "script" ) ;
41+ b . src = a . url || "https://az416426.vo.msecnd.net/scripts/a/ai.0.js" , d . getElementsByTagName ( "script" ) [ 0 ] . parentNode . appendChild ( b )
42+ } ) ;
43+ try {
44+ c . cookie = d . cookie
45+ } catch ( a ) { }
46+ c . queue = [ ] ;
47+ for ( var f = [ "Event" , "Exception" , "Metric" , "PageView" , "Trace" , "Dependency" ] ; f . length ; ) b ( "track" + f . pop ( ) ) ;
48+ if ( b ( "setAuthenticatedUserContext" ) , b ( "clearAuthenticatedUserContext" ) , b ( "startTrackEvent" ) , b ( "stopTrackEvent" ) , b ( "startTrackPage" ) , b ( "stopTrackPage" ) , b ( "flush" ) , ! a . disableExceptionTracking ) {
49+ f = "onerror" , b ( "_" + f ) ;
50+ var g = e [ f ] ;
51+ e [ f ] = function ( a , b , d , e , h ) {
52+ var i = g && g ( a , b , d , e , h ) ;
53+ return ! 0 !== i && c [ "_" + f ] ( a , b , d , e , h ) , i
54+ }
55+ }
56+ return c
57+ } ( {
58+ instrumentationKey : '58eff4af-ab6a-471e-9d61-a22d8d54e01f'
59+ } ) ;
60+
61+ window . appInsights = appInsights , appInsights . queue && 0 === appInsights . queue . length && appInsights . trackPageView ( ) ;
62+ </ script >
763
8- < base href ="/ ">
9- < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 ">
10- < link href ="https://fonts.googleapis.com/icon?family=Material+Icons " rel ="stylesheet ">
11- < link rel ="apple-touch-icon " sizes ="180x180 " href ="/assets/img/favicon/apple-touch-icon.png ">
12- < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/assets/img/favicon/favicon-32x32.png ">
13- < link rel ="icon " type ="image/png " sizes ="16x16 " href ="/assets/img/favicon/favicon-16x16.png ">
14- < link rel ="manifest " href ="/assets/img/favicon/site.webmanifest ">
15- < link rel ="mask-icon " href ="/assets/img/favicon/safari-pinned-tab.svg " color ="#5bbad5 ">
16- < meta name ="msapplication-TileColor " content ="#da532c ">
17- < meta name ="theme-color " content ="#ffffff ">
18- </ head >
19-
20- < body >
21- < app-root > </ app-root >
22- </ body >
23- < script type ="text/javascript ">
24-
25- var appInsights = window . appInsights || function ( a ) {
26- function b ( a ) { c [ a ] = function ( ) { var b = arguments ; c . queue . push ( function ( ) { c [ a ] . apply ( c , b ) } ) } } var c = { config :a } , d = document , e = window ; setTimeout ( function ( ) { var b = d . createElement ( "script" ) ; b . src = a . url || "https://az416426.vo.msecnd.net/scripts/a/ai.0.js" , d . getElementsByTagName ( "script" ) [ 0 ] . parentNode . appendChild ( b ) } ) ; try { c . cookie = d . cookie } catch ( a ) { } c . queue = [ ] ; for ( var f = [ "Event" , "Exception" , "Metric" , "PageView" , "Trace" , "Dependency" ] ; f . length ; ) b ( "track" + f . pop ( ) ) ; if ( b ( "setAuthenticatedUserContext" ) , b ( "clearAuthenticatedUserContext" ) , b ( "startTrackEvent" ) , b ( "stopTrackEvent" ) , b ( "startTrackPage" ) , b ( "stopTrackPage" ) , b ( "flush" ) , ! a . disableExceptionTracking ) { f = "onerror" , b ( "_" + f ) ; var g = e [ f ] ; e [ f ] = function ( a , b , d , e , h ) { var i = g && g ( a , b , d , e , h ) ; return ! 0 !== i && c [ "_" + f ] ( a , b , d , e , h ) , i } } return c
27- } ( {
28- instrumentationKey : '205fabcd-09ee-46f5-bb74-95780fc873da'
29- } ) ;
30-
31- window . appInsights = appInsights , appInsights . queue && 0 === appInsights . queue . length && appInsights . trackPageView ( ) ;
32-
33- </ script >
34-
3564</ html >
0 commit comments