Files
aurora-admin/site/components/backtotop.html
T

14 lines
585 B
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>返回顶部 BackToTop - Aurora Admin</title>
<meta name="description" content="- 页面滚动超过 400px 时出现">
<link rel="canonical" href="https://YOUR-ACCOUNT.github.io/aurora-admin/"site/components/backtotop.html">
<meta http-equiv="refresh" content="0;url=../index.html#/component/backtotop">
</head>
<body>
<script>location.replace('../index.html#/component/backtotop');</script>
<noscript><p><a href="../index.html#/component/backtotop">Open 返回顶部 BackToTop</a></p></noscript>
</body>
</html>