File tree 1 file changed +28
-15
lines changed
1 file changed +28
-15
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="">
3
- < head >
4
- < meta charset ="utf-8 ">
5
- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
- < meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
7
- < link rel ="icon " href ="<%= BASE_URL %>favicon.ico ">
8
- < title > 一款Python的Tkinter界面拖拽布局设计器</ title >
9
- </ head >
10
- < body >
11
- < noscript >
12
- < strong > We're sorry but < %= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</ strong >
13
- </ noscript >
14
- < div id ="app "> </ div >
15
- <!-- built files will be auto injected -->
16
- </ body >
17
- </ html >
3
+
4
+ < head >
5
+ < meta charset ="utf-8 ">
6
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
+ < meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
8
+ < link rel ="icon " href ="<%= BASE_URL %>favicon.ico ">
9
+ < title > 一款Python的Tkinter界面拖拽布局设计器</ title >
10
+ </ head >
11
+
12
+ < body >
13
+ < noscript >
14
+ < strong > We're sorry but < %= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
15
+ Please enable it to continue.</ strong >
16
+ </ noscript >
17
+ < div id ="app "> </ div >
18
+ <!-- built files will be auto injected -->
19
+ < script >
20
+ var _hmt = _hmt || [ ] ;
21
+ ( function ( ) {
22
+ var hm = document . createElement ( "script" ) ;
23
+ hm . src = "https://hm.baidu.com/hm.js?5a847395b2fda961daeb9a41ac345967" ;
24
+ var s = document . getElementsByTagName ( "script" ) [ 0 ] ;
25
+ s . parentNode . insertBefore ( hm , s ) ;
26
+ } ) ( ) ;
27
+ </ script >
28
+ </ body >
29
+
30
+ </ html >
You can’t perform that action at this time.
0 commit comments