add metrics

This commit is contained in:
chris 2025-02-18 13:30:36 -05:00
parent a880d6bc8a
commit c0634c0971
2 changed files with 11 additions and 1 deletions

View File

@ -187,6 +187,7 @@
</div>
</footer>
<script src="script.js"></script>
<script defer data-domain="preview.beachpartyballoons.com" src="https://metric.chrisedwards.tech/js/script.js"></script>
</body>
</html>

View File

@ -90,4 +90,13 @@ header {
.lightbox .close {
pointer-events: auto;
z-index: 1001;
}
h1 label button{color: #363636}
form{
background-color: rgb(231, 230, 221);
font-family: "Autour One", serif; /* font-family: "Playwrite AU SA", serif; */
color:#363636;
}