-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
25 lines (23 loc) · 1.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Github Repository Promotion</title>
</head>
<body>
<div class="github">
<a class="btn btn-link" href="https://github.com/g1f1/g1f1" title="Find more information on GitHub">
<span id="gh-project">Made with ❤️</span>
</a>
<div style="text-align: center">
<a class="github-button" href="https://github.com/g1f1/RepoPromotion" data-icon="octicon-star" data-show-count="true" aria-label="Star g1f1/RepoPromotion on GitHub">Star</a>
<a class="github-button" href="https://github.com/g1f1/RepoPromotion/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork g1f1/RepoPromotion on GitHub">Fork</a>
</div>
</div>
<script async="" defer="" src="https://buttons.github.io/buttons.js"></script>
<script src="./script.js"></script>
</body>
</html>