Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasen-Zhang committed Jun 15, 2023
0 parents commit 150479d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
Binary file added favicon.ico
Binary file not shown.
25 changes: 25 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<html>
<head>
<link rel="icon" href="./favicon.ico"></link>
<script src="https://cdn.bootcss.com/babel-polyfill/6.26.0/polyfill.js"></script>
<title>Databend Cloud Icons</title>
</head>
<style>
.icon.default{
fill: transparent;
stroke: rgb(1, 14, 41);
}
.icon.default:has(path[fill-rule="evenodd"]:not(:last-child)) {
fill: rgb(1, 14, 41);
}
h1 {
padding-left: 96px;
color: #0175f6;
font-weight: 600;
}
</style>
<body>
<div id="root"></div>
<script src="./index.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions index.js

Large diffs are not rendered by default.

0 comments on commit 150479d

Please sign in to comment.