-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGitHubStats.html
More file actions
48 lines (48 loc) · 1.38 KB
/
GitHubStats.html
File metadata and controls
48 lines (48 loc) · 1.38 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<title>YT (Light Theme)</title>
<style>
body {
background-color: white;
}
/* Header 1 */
h1 {
color: black;
text-align: center;
}
/* Paragraphs */
p {
font-family: verdana;
font-size: 20px;
color: black;
}
/* Unvisited Links */
a:link {
color: black;
}
/* Visited Links */
a:visited {
color: black;
}
/* Mice On Links */
a:hover {
color: black;
}
/* Selected Links */
a:active {
color: black;
}
</style>
</head>
<body>
<h1>GitHub Stats</h1>
<p><a href="[](https://github.com/anuraghazra/github-readme-stats)">
<br>
[](https://github.com/anuraghazra/github-readme-stats)
<br>
[](https://github.com/anuraghazra/github-readme-stats)
<br>
[](https://github.com/anuraghazra/github-readme-stats)</p>
</body>
</html>