webglToy/public/index.html
rucky fb1d34bcf4 准备添加three场景
调试ios授权
2021-12-28 17:44:11 +08:00

83 lines
4.7 KiB
HTML

<!DOCTYPE html>
<html lang="ch">
<head>
<meta charset="utf-8" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-control" content="no-cache, must-revalidate">
<meta http-equiv="Cache" content="no-cache">
<meta name="apple-touch-fullscreen" content="YES" />
<meta name="format-detection" content="telephone=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="viewport"
content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,viewport-fit=cover" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<meta name="flexible" content="initial-dpr=1" />
<title>
<%= htmlWebpackPlugin.options.title %>
</title>
</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>
<!-- loading -->
<!-- loading -->
<div class="loading-container" id="loadingContainer">
<div class="loader" style="visibility: hidden;">
<div class="con">
<svg xmlns="http://www.w3.org/2000/svg" id="svg" viewBox="0 0 400 400">
<symbol id="single">
<path d="M0,79.48C0,111.42,12.64,140,32.5,159c43-39.62,43-119.37,0-159C12.64,19,0,47.55,0,79.48Z" />
</symbol>
<!-- 引用花瓣 -->
<!-- use[x="250" y="250" xlink:href="#single" class="leaf l-$"]#leaf$*36 emmet 生成语句-->
<use x="170" y="25" xlink:href="#single" class="leaf l-1" id="leaf1"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-2" id="leaf2"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-3" id="leaf3"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-4" id="leaf4"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-5" id="leaf5"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-6" id="leaf6"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-7" id="leaf7"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-8" id="leaf8"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-9" id="leaf9"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-10" id="leaf10"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-11" id="leaf11"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-12" id="leaf12"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-13" id="leaf13"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-14" id="leaf14"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-15" id="leaf15"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-16" id="leaf16"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-17" id="leaf17"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-18" id="leaf18"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-19" id="leaf19"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-20" id="leaf20"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-21" id="leaf21"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-22" id="leaf22"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-23" id="leaf23"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-24" id="leaf24"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-25" id="leaf25"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-26" id="leaf26"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-27" id="leaf27"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-28" id="leaf28"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-29" id="leaf29"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-30" id="leaf30"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-31" id="leaf31"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-32" id="leaf32"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-33" id="leaf33"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-34" id="leaf34"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-35" id="leaf35"></use>
<use x="170" y="25" xlink:href="#single" class="leaf l-36" id="leaf36"></use>
</svg>
</div>
<p>精彩即将为您呈现...</p>
</div>
</div>
</body>
</html>