Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zm50 committed Sep 24, 2023
1 parent b24b3d2 commit 12e50ef
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
<link rel="shortcut icon" href="assets/images/favicon.ico">
<title>博客</title>
</head>
<style>
html{
background-color: #7ec1e6
}
a {
color: #50a8d8
}
</style>
<body>
<div id="content">

Expand Down Expand Up @@ -33,12 +41,4 @@
}
</script>
</body>
<style>
html{
background-color: #7ec1e6
}
a {
color: #50a8d8
}
</style>
</html>

0 comments on commit 12e50ef

Please sign in to comment.