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> </div>
</footer> </footer>
<script src="script.js"></script> <script src="script.js"></script>
<script defer data-domain="preview.beachpartyballoons.com" src="https://metric.chrisedwards.tech/js/script.js"></script>
</body> </body>
</html> </html>

View File

@ -91,3 +91,12 @@ header {
pointer-events: auto; pointer-events: auto;
z-index: 1001; 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;
}