-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (57 loc) · 2.36 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- 网站的名称,会显示在浏览器的 Tab 中,根据你自己的需要进行修改 -->
<title>无歌</title>
<link rel="stylesheet" href="./bulma.min.css">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🔍</text></svg>">
<script defer src="https://use.fontawesome.com/releases/v5.1.0/js/all.js"></script>
<script src="https://v1.hitokoto.cn/?encode=js&select=%23hitokoto" defer></script>
</style>
</head>
<body>
<section class="section">
<div class="container">
<div class="has-text-centered">
<!-- 图片地址替换为你自己的 Logo 的地址 -->
<!-- <img src="https://s2.loli.net/2022/04/26/CmsnkYf6WVASEGc.jpg" alt="Logo" height="40"> -->
<p id="hitokoto"><a href="#" id="hitokoto_text">:D 获取中...</a></p>
<!-- <div align=center><img src="https://v1.jinrishici.com/all.svg?font-size=20&spacing=4"/></div> -->
<br />
<br />
<!-- 页面的 Title -->
<!-- <h3 class="title" style="padding:10px;">
</h3> -->
<!-- 页面的描述 -->
<!-- <p class="subtitle ">
文字
</p> -->
<script>
(function() {
// 下方的 cx 的值替换为你的搜索引擎 ID ,可以在搜索引擎-设置-基本设置中获取。
var cx = 'c006b467665f805e2';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<!-- 搜索引擎的输入框 -->
<gcse:searchbox></gcse:searchbox>
</div>
<div>
<!-- 搜索引擎结果框 -->
<gcse:searchresults></gcse:searchresults>
</div>
</div>
</section>
<!-- <footer>
<p align="center">© 2022 dingeral</p>
<p align="center"><a href="https://dingerall.notion.site/7a2ebba23a6546b483d86d9713f98da7" target="_blank" rel="noopener noreferrer">more</a></p>
</footer> -->
</body>
</html>