1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 14:46:04 +00:00

visitor counter

This commit is contained in:
mat 2023-09-06 23:08:21 -05:00
parent be7a8ee0dc
commit 77446fd48c

View file

@ -91,6 +91,11 @@
</div>
</td>
</tr>
<tr>
<td>
<img src="https://counter.matdoes.dev" alt="visitor counter" id="counter"/>
</td>
</tr>
</table>
<style>
@ -121,4 +126,9 @@
.contact {
padding-right: 10px
}
#counter {
margin: 0 auto;
display: block;
}
</style>