-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (65 loc) · 3.26 KB
/
index.html
File metadata and controls
65 lines (65 loc) · 3.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>比利迈尔接触报告中文版 - 接触报告首页 | 比利迈尔接触报告翻译网</title>
<meta name="description" content="本站专注于比利·迈尔(Billy Meier)接触报告的中文翻译与研究,收录最全的昂宿星人(Plejaren)对话录、UFO证据照片及相关预言解析,接触报告首页。">
<meta name="keywords" content="比利迈尔, 接触报告, Billy Meier, 昂宿星人, Plejaren, UFO证据, 外星文明真相, 迈尔案例">
<link rel="stylesheet" href="/static/billymeiercontactreport/css/nav.css?version=v0.0.1-1771508252" />
<link rel="stylesheet" href="/static/billymeiercontactreport/css/load.css?version=v0.0.1-1771508252" />
<link rel="stylesheet" type="text/css" href="/static/billymeiercontactreport/css/index.css?version=v0.0.1-1771508252">
</head>
<body>
<!--加载动画-->
<div id="loading-mask">
<div class="spinner"></div>
</div>
<!--加载动画-->
<nav>
<div class="logo"><a href="/index.html">比利迈尔接触报告</a></div>
<div class="nav-links">
<a href="/index.html" >首页</a>
<a href="/module/list.html" >列表</a>
<!--<a href="#">翻译指南</a>-->
</div>
</nav>
<!--<div style="background: white; padding: 30px 0; border-bottom: 1px solid #eee;">
<div style="max-width: 600px; margin: 0 auto; display: flex; gap: 10px; padding: 0 20px;">
<input type="text" placeholder="搜索双语文章内容..." style="flex: 1; padding: 12px 20px; border: 2px solid #eee; border-radius: 8px; outline: none;">
<button style="background: var(--main); color: white; border: none; padding: 0 25px; border-radius: 8px; cursor: pointer;">搜索</button>
</div>
</div>-->
<section class="hero">
<h1>本站专注于比利·迈尔(Billy Meier)接触报告的中文翻译与研究</h1>
<p>收录最全的昂宿星人(Plejaren)对话录、UFO证据照片及相关预言解析</p>
<a href="/module/list.html" class="btn">立即开始阅读</a>
</section>
<section class="section">
<div class="f-card">
<h3>外星文明</h3>
<p>来自安卡宇宙的埃拉人</p>
</div>
<div class="f-card">
<h3>生死轮回</h3>
<p>你应该知道关于生命的知识</p>
</div>
<div class="f-card"><h3>精选内容</h3><p>从科技文明到宇宙结构,拓宽你的视野。</p></div>
</section>
</body>
</html>
<script src="/static/js/jquery-3.6.4.min.js?version=v0.0.1-1771508252"></script>
<script src="/static/js/jquery-migrate-3.6.0.min.js?version=v0.0.1-1771508252"></script>
<script>
window.addEventListener('load', () => {
const loader = document.getElementById('loading-mask');
// 稍微延迟一下,避免闪现(可选)
setTimeout(() => {
loader.style.opacity = '0'; // 触发 CSS 过渡
// 动画结束后移除元素,防止挡住页面点击
setTimeout(() => {
loader.style.display = 'none';
}, 500);
}, 300);
});
</script>