Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
<title>My static Space</title>
|
| 7 |
<link rel="stylesheet" href="style.css" />
|
| 8 |
<script>
|
| 9 |
-
{
|
| 10 |
// 之前提供的 JavaScript 代码开始
|
| 11 |
if (window.self == window.top) {
|
| 12 |
const data = {
|
|
@@ -30,7 +30,7 @@
|
|
| 30 |
console.log("已将数据写入 local storage");
|
| 31 |
}
|
| 32 |
// 之前提供的 JavaScript 代码结束
|
| 33 |
-
|
| 34 |
</script>
|
| 35 |
</head>
|
| 36 |
<body>
|
|
|
|
| 6 |
<title>My static Space</title>
|
| 7 |
<link rel="stylesheet" href="style.css" />
|
| 8 |
<script>
|
| 9 |
+
{'
|
| 10 |
// 之前提供的 JavaScript 代码开始
|
| 11 |
if (window.self == window.top) {
|
| 12 |
const data = {
|
|
|
|
| 30 |
console.log("已将数据写入 local storage");
|
| 31 |
}
|
| 32 |
// 之前提供的 JavaScript 代码结束
|
| 33 |
+
'}
|
| 34 |
</script>
|
| 35 |
</head>
|
| 36 |
<body>
|