Tracking a possible corruption but that is _overwriting my damn templates with garbage._
This commit is contained in:
parent
7e1a7eb7b4
commit
3c9a624d66
2 changed files with 2 additions and 17 deletions
|
@ -42,20 +42,4 @@
|
|||
</block>
|
||||
|
||||
</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>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<script>
|
||||
let Streams = new GetJson("/api/stream/");
|
||||
let Streams = new GetJson("/api/stream");
|
||||
console.log("Streams", Streams);
|
||||
</script>
|
||||
|
||||
<blockstart>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue