1
- <!DOCTYPE html>
2
- < html >
3
-
4
- < head >
5
- < meta charset ="utf-8 ">
6
- < meta http-equiv ="Content-Security-Policy "
7
- content ="default-src * 'self' 'unsafe-inline' 'unsafe-eval' data: gap: content: ">
8
- < meta name ="viewport "
9
- content ="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui, viewport-fit=cover ">
10
-
11
- < meta name ="theme-color " content ="#007aff ">
12
- < meta name ="format-detection " content ="telephone=no ">
13
- < meta name ="msapplication-tap-highlight " content ="no ">
14
- < title > AppBox Web</ title >
15
-
16
- < meta name ="apple-mobile-web-app-capable " content ="yes ">
17
- < meta name ="apple-mobile-web-app-status-bar-style " content ="black-translucent ">
18
- < link rel ="apple-touch-icon " href ="static/icons/apple-touch-icon.png ">
19
- < link rel ="icon " href ="static/icons/favicon.ico ">
20
- < script src ="https://www.google.com/recaptcha/api.js?render=6LeEELYaAAAAAPYX6lUAOILelkPL40UyXdCkPj0m "> </ script >
21
- < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-85215717-1 "> </ script >
22
- < script >
23
- window . dataLayer = window . dataLayer || [ ] ;
1
+ <!doctype html> < html > < head > < meta charset ="utf-8 "> < meta http-equiv ="Content-Security-Policy " content ="default-src * 'self' 'unsafe-inline' 'unsafe-eval' data: gap: content: "> < meta name ="viewport " content ="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,minimal-ui,viewport-fit=cover "> < meta name ="theme-color " content ="#007aff "> < meta name ="format-detection " content ="telephone=no "> < meta name ="msapplication-tap-highlight " content ="no "> < title > AppBox Web</ title > < meta name ="apple-mobile-web-app-capable " content ="yes "> < meta name ="apple-mobile-web-app-status-bar-style " content ="black-translucent "> < link rel ="apple-touch-icon " href ="static/icons/apple-touch-icon.png "> < link rel ="icon " href ="static/icons/favicon.ico "> < script src ="https://www.google.com/recaptcha/api.js?render=6LeEELYaAAAAAPYX6lUAOILelkPL40UyXdCkPj0m "> </ script > < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-85215717-1 "> </ script > < script > window . dataLayer = window . dataLayer || [ ] ;
24
2
function gtag ( ) { dataLayer . push ( arguments ) ; }
25
- gtag ( 'js' , new Date ( ) ) ;
26
- </ script >
27
- <!-- built styles file will be auto injected -->
28
- </ head >
29
-
30
- < body >
31
- < div id ="app "> </ div >
32
-
33
- <!-- built script files will be auto injected -->
34
- < script type ="text/javascript " src ="js/app.js "> </ script > </ body >
35
-
36
- </ html >
3
+ gtag ( 'js' , new Date ( ) ) ; </ script > < link href ="css/app.css " rel ="stylesheet "> </ head > < body > < div id ="app "> </ div > < script src ="js/app.js "> </ script > </ body > </ html >
0 commit comments