1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+
4
+ < head >
5
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 ">
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 "> <!-- , shrink-to-fit=no -->
7
+ <!-- etvr -->
8
+ < base href ="">
9
+ < meta charset ="utf-8 ">
10
+ < title > ETVR Docs Site</ title >
11
+ < meta name ="mobile-web-app-capable " content ="yes ">
12
+ < meta name ="apple-mobile-web-app-capable " content ="yes ">
13
+ < meta name ="application-name " content ="ETVR ">
14
+ < meta name ="apple-mobile-web-app-title " content ="ETVR ">
15
+ < meta name ="theme-color " content ="#22222d ">
16
+ < meta name ="msapplication-navbutton-color " content ="#22222d ">
17
+ < meta name ="apple-mobile-web-app-status-bar-style " content ="black-translucent ">
18
+
19
+ < link rel ="icon " href ="images/logo.gif ">
20
+ < link rel ="apple-touch-icon " href ="images/logo.gif ">
21
+ < link rel ="icon " href ="images/transparent_logo.gif ">
22
+ < link rel ="apple-touch-icon " href ="images/transparent_logo.gif ">
23
+ < link rel ="apple-touch-icon " sizes ="180x180 " href ="images/icons/apple-touch-icon.png ">
24
+ < link rel ="icon " type ="image/png " sizes ="32x32 " href ="images/icons/favicon-32x32.png ">
25
+ < link rel ="icon " type ="image/png " sizes ="16x16 " href ="images/icons/favicon-16x16.png ">
26
+ < link rel ="mask-icon " href ="images/icons/safari-pinned-tab.svg " color ="#22222d ">
27
+ < link rel ="shortcut icon " href ="images/icons/favicon.ico ">
28
+
29
+ < meta property ="og:site_name " content ="ETVR ">
30
+ < meta property ="og:title " content ="ETVR ">
31
+ < meta itemprop ="name " content ="ETVR ">
32
+ < meta name ="description " content ="">
33
+ < link rel ="stylesheet " type ="text/css "
34
+ href ="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,700 ">
35
+ < script type ="module " src ="../../../scripts/typetura.min.js "> </ script >
36
+ < script type ="module " src ="https://unpkg.com/esp-web-tools@9.2.0/dist/web/install-button.js?module "> </ script >
37
+ </ head >
38
+
39
+ < body >
40
+ < noscript > You need to enable JavaScript to run this app.</ noscript >
41
+ < div class ="main-div ">
42
+ < div data-tauri-drag-region class ="titlebar " id ="titlebar " style ="position:relative; z-index:10 ">
43
+ < div class ="titlebar-button " id ="titlebar-minimize ">
44
+ < img src ="https://api.iconify.design/mdi:window-minimize.svg " alt ="minimize " />
45
+ </ div >
46
+ < div class ="titlebar-button " id ="titlebar-maximize ">
47
+ < img src ="https://api.iconify.design/mdi:window-maximize.svg " alt ="maximize " />
48
+ </ div >
49
+ < div class ="titlebar-button " id ="titlebar-close ">
50
+ < img src ="https://api.iconify.design/mdi:close.svg " alt ="close " />
51
+ </ div >
52
+ </ div >
53
+ < div id ="root "> </ div >
54
+ </ div >
55
+ < script type ="module " src ="./webserial.tsx "> </ script >
56
+ < script type ="text/javascript " data-sqs-type ="imageloader-bootstrapper ">
57
+ ( function ( ) { if ( window . ImageLoader ) { window . ImageLoader . bootstrap ( { } , document ) ; } } ) ( ) ;
58
+ </ script >
59
+ < script type ="module " src ="../../../scripts/custom.js "> </ script >
60
+ </ body >
61
+
62
+ </ html >
0 commit comments