Skip to content

Commit

Permalink
feat: add VISTOR badge
Browse files Browse the repository at this point in the history
  • Loading branch information
SharerMax committed Jan 10, 2024
1 parent 6cd3e6c commit 995bf24
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions src/ejs/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,23 @@
margin: 0 0 8px;
}
.header-wrapper h1 {
display: flex;
align-items: center;
}
.header-wrapper h1 a {
line-height: 0;
margin-left: 8px;
}
.header-wrapper .gh-icon {
height: 1em;
vertical-align: middle;
margin-bottom: 5px;
}
.header-wrapper .vistor-icon {
height: 1em;
margin-left: auto;
}
.header-wrapper h1 {
Expand Down Expand Up @@ -92,15 +105,14 @@
text-decoration: none;
color: inherit;
}
</style>
</head>

<body>
<div>
<div class="container">
<div class="header-wrapper">
<h1>Rules List <a href="https://github.com/SharerMax/V2ray2ClashRule" target="_blank" rel="noopener"><img class="gh-icon" alt="Github-V2ray2ClashRule"src="https://img.shields.io/badge/Star-black?logo=github" crossorigin="anonymous"></a> </h1>
<h1>Rules List <a href="https://github.com/SharerMax/V2ray2ClashRule" target="_blank" rel="noopener"><img class="gh-icon" alt="Github-V2ray2ClashRule" src="https://img.shields.io/badge/Star-black?logo=github" crossorigin="anonymous"></a> <img class="vistor-icon" src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2FSharerMax%2FV2ray2ClashRule&labelColor=%23ffa600&countColor=%23555555&style=flat&labelStyle=upper" alt="visitor"> </h1>
<p class="brief">Convert <a href="https://github.com/v2fly/domain-list-community" target="_blank">v2ray domain list</a> rule to clash rule</p>
</div>
<div>Latest update: <%= latestUpdateDate %></div>
Expand Down

0 comments on commit 995bf24

Please sign in to comment.