Skip to content

Commit b83b767

Browse files
committed
Update index.html: Tab to space.
1 parent de45793 commit b83b767

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

index.html

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!DOCTYPE html>
44
<html lang="zh-CN">
55
<head>
6-
<meta charset="UTF-8">
6+
<meta charset="UTF-8">
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
88
<meta name="renderer" content="webkit">
99
<meta name="force-rendering" content="webkit">
@@ -17,27 +17,27 @@
1717
if (isIE()) {
1818
window.alert("检测到为IE浏览器,即将跳转到Edge下载界面...");
1919
console.warn("用户使用IE浏览器");
20-
location.href("https://www.microsoft.com/zh-cn/edge/download");
20+
location.href = "https://www.microsoft.com/zh-cn/edge/download";
2121
} else {
2222
console.info("用户使用非IE浏览器");
2323
}
2424
</script>
2525
<meta name="author" content="这里是红蓝灯的个人网站,时不时发点文章">
26-
<title>首页 - 红蓝灯的个人网站</title>
27-
<script src="include/prism.js"></script>
28-
<link href="include/prism.css" rel="stylesheet">
26+
<title>首页 - 红蓝灯的个人网站</title>
27+
<script src="include/prism.js"></script>
28+
<link href="include/prism.css" rel="stylesheet">
2929
</head>
3030
<body class="line-numbers">
31-
<p class="chinese">警告!本网站处于测试阶段!</p>
32-
<p class="english">Warning! Page is test!</p>
33-
<script>window.alert("TEST!")</script>
34-
<pre><code class="language-python">print("hi")
35-
import tkinter</code></pre>
36-
<style>
37-
@font-face {
38-
font-family: "JetBrains Mono";
39-
src: url("include/JetBrainsMono.ttf") format("truetype");
40-
}
31+
<p class="chinese">警告!本网站处于测试阶段!</p>
32+
<p class="english">Warning! Page is test!</p>
33+
<pre><code class="language-python">print("hi")
34+
import tkinter as tk
35+
</code></pre>
36+
<style>
37+
@font-face {
38+
font-family: "JetBrains Mono";
39+
src: url("include/JetBrainsMono.ttf") format("truetype");
40+
}
4141

4242
body {
4343
background-image: url("include/bg.jpg");
@@ -49,15 +49,15 @@
4949
background-color: #555555; /*避免无法加载导致出现纯白 Avoid failing to load and resulting in pure white*/
5050
}
5151

52-
.chinese {
53-
font-family: Tahoma,system-ui;
54-
}
55-
.english {
56-
font-family: "JetBrains Mono",system-ui;
57-
}
58-
code {
59-
font-family: "JetBrains Mono",system-ui;
60-
}
61-
</style>
52+
.chinese {
53+
font-family: Tahoma,system-ui;
54+
}
55+
.english {
56+
font-family: "JetBrains Mono",system-ui;
57+
}
58+
code {
59+
font-family: "JetBrains Mono",system-ui;
60+
}
61+
</style>
6262
</body>
6363
</html>

0 commit comments

Comments
 (0)