Skip to content

Commit

Permalink
Modify website style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 30, 2020
1 parent 6d76cae commit 44c52ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion create.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const imgPath = path.join(__dirname, 'img');
text-align: left;
display: block;
font-size: 12px;
background: #e4e4e4;
background: #f5f5f5;
border-radius: 3px;
padding: 1px 3px;
}
Expand Down Expand Up @@ -66,6 +66,7 @@ const imgPath = path.join(__dirname, 'img');
</style>
</head>
<body>
<h1>Github: <a target="_blank" href="https://github.com/jaywcjlove/logo">@jaywcjlove/logo</a></h1>
${data.join('')}
</body>
</html>
Expand Down
Loading

0 comments on commit 44c52ba

Please sign in to comment.