mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-12 16:39:35 +03:00
feat: add github stars to index page
This commit is contained in:
@@ -572,6 +572,7 @@ use OpenCCK\App\Controller\MainController;
|
|||||||
<style>
|
<style>
|
||||||
.main {
|
.main {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
@@ -614,10 +615,19 @@ use OpenCCK\App\Controller\MainController;
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
.github {
|
||||||
|
flex: 0 0 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
padding-bottom: 16px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main class="main">
|
<main class="main">
|
||||||
|
<div class="github">
|
||||||
|
<iframe src="https://ghbtns.com/github-btn.html?user=rekryt&repo=iplist&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
|
||||||
|
</div>
|
||||||
<form action="" method="get" class="main-form">
|
<form action="" method="get" class="main-form">
|
||||||
<section class="main-section">
|
<section class="main-section">
|
||||||
<label class="main-formItem">
|
<label class="main-formItem">
|
||||||
|
Reference in New Issue
Block a user