Need to get rid of public.

This commit is contained in:
Zed A. Shaw 2025-07-06 01:00:15 -04:00
parent d9a4c226de
commit a2adf8ad67
2 changed files with 2 additions and 17 deletions

View file

@ -67,22 +67,6 @@
</block> </block>
</blockstart> </blockstart>
<footer>
<h1>Footer</h1>
</footer>
</body>
</html>
i poutine jianbing chambray.</p>
</block>
<block style="--value: 2; --text: 9">
<h2>Read The Code</h2>
<p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p>
<button><a href="https://git.learnjsthehardway.com/learn-code-the-hard-way/turings-tarpit">View the Git</a></button>
</block>
</blockstart>
</div> </div>

View file

@ -24,7 +24,8 @@
</header> </header>
<script> <script>
let Streams = new GetJson("/api/stream/"); let Streams = new GetJson("/api/stream");
console.log("Streams", Streams);
</script> </script>
<blockstart> <blockstart>