Update header.html
Browse files- header.html +13 -2
header.html
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
<html
|
|
|
|
| 2 |
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"> -->
|
| 3 |
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
|
| 4 |
<style>
|
|
@@ -27,7 +28,17 @@
|
|
| 27 |
a {
|
| 28 |
text-decoration: none;
|
| 29 |
}
|
| 30 |
-
</style
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
<body>
|
| 33 |
<div style="
|
|
|
|
| 1 |
+
<html>
|
| 2 |
+
<head>
|
| 3 |
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"> -->
|
| 4 |
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
|
| 5 |
<style>
|
|
|
|
| 28 |
a {
|
| 29 |
text-decoration: none;
|
| 30 |
}
|
| 31 |
+
</style>
|
| 32 |
+
<script>
|
| 33 |
+
var _hmt = _hmt || [];
|
| 34 |
+
(function() {
|
| 35 |
+
var hm = document.createElement("script");
|
| 36 |
+
hm.src = "https://hm.baidu.com/hm.js?39df94792b80a99a1bf592c9126f2f4f";
|
| 37 |
+
var s = document.getElementsByTagName("script")[0];
|
| 38 |
+
s.parentNode.insertBefore(hm, s);
|
| 39 |
+
})();
|
| 40 |
+
</script>
|
| 41 |
+
</head>
|
| 42 |
|
| 43 |
<body>
|
| 44 |
<div style="
|