mirror of
https://github.com/techgaun/active-forks.git
synced 2024-11-16 09:08:32 +01:00
Merge pull request #45 from sandipsubedi/master
This commit is contained in:
commit
992b438e05
2 changed files with 2 additions and 11 deletions
13
index.html
13
index.html
|
@ -14,25 +14,16 @@
|
||||||
<script src="https://cdn.datatables.net/1.10.22/js/jquery.dataTables.min.js"></script>
|
<script src="https://cdn.datatables.net/1.10.22/js/jquery.dataTables.min.js"></script>
|
||||||
<script src="https://cdn.datatables.net/1.10.22/js/dataTables.bootstrap4.min.js"></script>
|
<script src="https://cdn.datatables.net/1.10.22/js/dataTables.bootstrap4.min.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.0/moment.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.0/moment.min.js"></script>
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
padding-top: 2rem;
|
|
||||||
padding-bottom: 2rem;
|
|
||||||
}
|
|
||||||
.black {
|
|
||||||
color: #292b2c;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body class='mt-4 mb-2'>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-12 col-lg-12">
|
<div class="col-sm-12 col-lg-12">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header text-center">
|
<div class="card-header text-center">
|
||||||
<h3>
|
<h3>
|
||||||
<a href="https://github.com/techgaun/active-forks" class="black">
|
<a href="https://github.com/techgaun/active-forks" class="text-dark">
|
||||||
<i class="fa fa-github-alt pull-left" aria-hidden="true"></i>
|
<i class="fa fa-github-alt pull-left" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
Active GitHub Forks
|
Active GitHub Forks
|
||||||
|
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 50 KiB |
Loading…
Reference in a new issue