11<!doctype html>
22< html lang ="en ">
3- < head >
4- < meta charset =" UTF-8 " / >
5- < link rel =" icon " type =" ico " href =" /favicon.ico " />
6- < meta
7- name ="viewport "
8- content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover "
9- / >
10- < title > Simple Notation - 简谱展示工具 </ title >
11- < style >
12- html {
13- margin : 0 ;
14- padding : 0 ;
15- font-family : -apple-system , BlinkMacSystemFont , 'PingFang SC' ,
16- 'Microsoft YaHei' , 'Helvetica Neue ' , Helvetica , Arial ,
17- 'Hiragino Sans GB' , 'Heiti SC' , 'WenQuanYi Micro Hei' , sans-serif ;
18- background-color : # f5f5f5 ;
19- position : relative ;
20- overflow : auto;
21- }
22- body {
23- display : flex;
24- flex-direction : column;
25- box-sizing : border-box;
26- }
27- </ style >
28- </ head >
29- < body
30- class ="bg-gradient-to-br from-gray-100 to-gray-300 min-h-screen px-4 pt-40 pb-40 "
31- >
32- < div id =" app " > </ div >
33- < script type =" module " src =" /src/main.ts " > </ script >
34- </ body >
35- </ html >
3+
4+ < head >
5+ < meta charset =" UTF-8 " />
6+ < link rel =" icon " type =" ico " href =" /favicon.ico " />
7+ < meta name ="viewport "
8+ content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover " />
9+ < title > Simple Notation - 简谱展示工具 </ title >
10+ < style >
11+ html {
12+ margin : 0 ;
13+ padding : 0 ;
14+ font-family : -apple-system , BlinkMacSystemFont , 'PingFang SC' ,
15+ 'Microsoft YaHei' , 'Helvetica Neue' , Helvetica , Arial ,
16+ 'Hiragino Sans GB' , 'Heiti SC ' , 'WenQuanYi Micro Hei' , sans-serif;
17+ background-color : # f5f5f5 ;
18+ position : relative ;
19+ overflow : auto ;
20+ }
21+
22+ body {
23+ display : flex;
24+ flex-direction : column;
25+ box-sizing : border-box;
26+ }
27+ </ style >
28+ </ head >
29+
30+ < body class ="bg-gradient-to-br from-gray-100 to-gray-300 min-h-screen px-4 pt-40 pb-40 ">
31+ < div id =" app " > </ div >
32+ < script type =" module " src =" /src/main.ts " > </ script >
33+ </ body >
34+
35+ </ html >
0 commit comments