| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <!DOCTYPE html>
- <html lang="">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <link rel="icon" href="./logo.ico">
- <!-- <link rel="manifest" href="/manifest.json"> -->
- <title>小逗有趣</title>
- <style type="text/css">
- .icon {
- width: 24px; height: 24px;
- vertical-align: -0.15em;
- /* fill: red; */
- overflow: hidden;
- /* background-color: azure; */
- }
- #app {
- /* width: 100vw;
- height: 100vh;
- display: flex;
- justify-content: center;
- align-items: center;
- font: 120px 'Italiana', sans-serif;
- text-transform: lowercase;
- text-align: center; */
- }
- </style>
- </head>
- <body>
- <noscript>
- <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
- </noscript>
- <div id="app">
- </div>
- <script>
- // if ('serviceWorker' in navigator && 'PushManager' in window) {
- // navigator.serviceWorker.register('/path/to/service-worker.js').then(function(registration) {
- // console.log('Service Worker 注册成功:', registration);
- // }).catch(function(error) {
- // console.error('Service Worker 注册失败:', error);
- // });
- // }
- </script>
- </body>
- <script src="./iconfont.js"></script>
- <script src="./flv.js"></script>
- </html>
|