mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
20 lines
505 B
HTML
20 lines
505 B
HTML
|
|
<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> |