-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.13 KB
/
index.html
File metadata and controls
27 lines (27 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Example</title>
<!--<link rel="stylesheet" href="dist/codestatsembedded.min.css" />-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/byjokese/code-stats-embedded@v1.0/dist/codestatsembedded.min.css" />
</head>
<body>
<div class="container">
<div id="mycontainer"></div>
</div>
<script src="dist/codestatsembedded.min.js"></script>
<!--<script src="js/codestasembedded.js"></script>-->
<!--<script src="https://cdn.jsdelivr.net/gh/byjokese/code-stats-embedded@v1.0/dist/codestatsembedded.min.js"></script>-->
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"
></script>
<script>
CodeStatsEmbed("#mycontainer", "by-jokese");
</script>
</body>
</html>