use segment font for view count

This commit is contained in:
2024-01-18 11:31:56 -05:00
parent 3bb90906db
commit bcd0035ad5
5 changed files with 120 additions and 2 deletions

View File

@@ -7,13 +7,13 @@
JAKE HURWITZ IS A BITCH
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/assets/css/styles.css?v1">
<link rel="stylesheet" href="/assets/css/styles.css?v2">
</head>
<body>
<div id="w">
<h1>Welcome to <strong>Jake Hurwitz is a bitch</strong> .com</h1>
<p><%= visitCount %> People have seen this site and agreed Jake Hurwitz is a bitch</p>
<p><span class="v"><%= visitCount %></span> People have seen this site and agreed Jake Hurwitz is a bitch</p>
<div id="pixel"><a href="https://youcantkillgod.com/">YOU CAN'T KILL GOD</a></div>
</div>
</body>