2021-09-25 14:57:18 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="zh-CN">
|
|
|
|
|
|
|
|
<head>
|
2022-11-15 14:19:29 +00:00
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta http-equiv="Access-Control-Allow-Origin" content="*">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<meta name="description" content="一个默默无闻的主页">
|
|
|
|
<meta name="keywords" content="無名,个人主页">
|
|
|
|
<meta name="author" content="無名">
|
|
|
|
<title><%- title %></title>
|
|
|
|
<link rel="icon" href="/images/icon/favicon.ico">
|
|
|
|
<link rel="apple-touch-icon" href="/images/icon/apple-touch-icon.png">
|
|
|
|
<link rel="stylesheet" href="/loading/loading.min.css">
|
|
|
|
<!-- IE Out -->
|
|
|
|
<script>
|
|
|
|
if ( /*@cc_on!@*/ false || (!!window.MSInputMethodContext && !!document.documentMode))
|
|
|
|
window.location.href =
|
|
|
|
"https://support.dmeng.net/upgrade-your-browser.html?referrer=" + encodeURIComponent(window.location.href)
|
|
|
|
</script>
|
2021-09-25 14:57:18 +00:00
|
|
|
</head>
|
|
|
|
|
2022-11-15 14:19:29 +00:00
|
|
|
<body class="loading">
|
|
|
|
<!--加载动画-->
|
|
|
|
<div id="loading-box">
|
|
|
|
<div class="loading-left-bg"></div>
|
|
|
|
<div class="loading-right-bg"></div>
|
|
|
|
<div class="spinner-box">
|
|
|
|
<div class="loader">
|
|
|
|
<div class="inner one"></div>
|
|
|
|
<div class="inner two"></div>
|
|
|
|
<div class="inner three"></div>
|
|
|
|
</div>
|
|
|
|
<div class="loading-word">
|
|
|
|
<p class="loading-title" id="loading-title"><%- title %></p>
|
|
|
|
<span id="loading-text">加载中</span>
|
|
|
|
</div>
|
2021-09-25 14:57:18 +00:00
|
|
|
</div>
|
2022-11-15 14:19:29 +00:00
|
|
|
</div>
|
|
|
|
<!-- 主体内容 -->
|
|
|
|
<div id="app"></div>
|
|
|
|
<!-- noscript -->
|
|
|
|
<noscript>
|
|
|
|
<div style="text-align: center">请开启 JavaScript</div>
|
|
|
|
</noscript>
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
2021-09-25 14:57:18 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|