mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Add files via upload
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
|
||||
<link rel="stylesheet" href="./style.css" />
|
||||
<div id="mainContainer">
|
||||
<label class="metricContainer">
|
||||
<label class="icon">★</label>
|
||||
<label id="subCountLabel"></label>
|
||||
</label>
|
||||
|
||||
<label class="metricContainer">
|
||||
<label class="icon">♥</label>
|
||||
<label class="metricLabel" id="followerCountLabel"></label>
|
||||
</label>
|
||||
|
||||
<label class="metricContainer">
|
||||
<label class="icon">👁</label>
|
||||
<label class="metricLabel" id="viewCountLabel"></label>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<script src="./script.js"></script>
|
||||
Reference in New Issue
Block a user