123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <!DOCTYPE html>
- <html lang="zh">
- <head>
- <meta charset="UTF-8" />
- <link rel="icon" href="/favicon.ico" />
- <meta name="viewport"
- content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
- <meta http-equiv="Cache-control" content="no-cache">
- <meta http-equiv="Cache" content="no-cache">
- <meta name="apple-mobile-web-app-capable" content="yes" />
-
- <meta name="apple-mobile-web-app-status-bar-style" content="black" />
-
- <meta name="format-detection" content="telphone=no, email=no" />
-
- <meta name="renderer" content="webkit" />
-
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="HandheldFriendly" content="true" />
-
- <meta name="screen-orientation" content="portrait" />
-
- <meta name="x5-orientation" content="portrait" />
-
- <meta name="full-screen" content="yes" />
-
- <meta name="x5-fullscreen" content="true" />
-
- <meta name="browsermode" content="application" />
-
- <meta name="x5-page-mode" content="app" />
-
- <meta name="apple-touch-fullscreen" content="yes" />
-
- <meta name="msapplication-tap-highlight" content="no" />
- <meta name="referrer" content="no-referrer" />
- <title>管乐团</title>
- <script src="/flexible.js" charset="UTF-8"></script>
- <script type="text/javascript">
- window.paymentType = 'STUDENT'
- </script>
- <script>
- !(function (t) {
- function e() {
- var e = this || self;
- (e.globalThis = e), delete t.prototype._T_;
- }
- "object" != typeof globalThis &&
- (this
- ? e()
- : (t.defineProperty(t.prototype, "_T_", {
- configurable: !0,
- get: e,
- }),
- _T_));
- })(Object);
- </script>
- </head>
- <body>
- <div id="app"></div>
- <script type="module" src="/src/student/main.ts"></script>
- </body>
- </html>
|