Skip to content

Commit

Permalink
Released on UTC 202401100758 995bf24
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 10, 2024
1 parent 4f011db commit 16ac6e2
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions index.html
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,18 +105,17 @@
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: Tue, 09 Jan 2024 23:16:41 GMT</div>
<div>Latest update: Wed, 10 Jan 2024 07:58:17 GMT</div>
<div>Total: 1220</div>
<hr>
<ul>
Expand Down

0 comments on commit 16ac6e2

Please sign in to comment.