'tb' This Is A Test: (test chapter for a video that will be immediately removed again)
parent
2ac3e76a4f
commit
02b2c3ca36
|
|
@ -0,0 +1,13 @@
|
||||||
|
<!DOCTYPE html><html><head><title> This Is A Test </title><link rel="stylesheet" type="text/css" href="html_resources/style.css"></head><body><svg class="hidden_filter"><filter id="crunchy_blur" x="0" y="0"><feFlood x="4" y="4" height="2" width="2"/><feComposite width="6" height="6" in2="SourceGraphic"/><feTile result="a"/><feComposite in="SourceGraphic" in2="a" operator="in"/><feMorphology operator="dilate" radius="1.4"/><feGaussianBlur stdDeviation="2.2"></feGaussianBlur></filter></svg><div class="home"><a href="index.html">⌂</a></div>
|
||||||
|
<h1> This Is A Test </h1>
|
||||||
|
<p class="comment">
|
||||||
|
This is not part of new dawn, I'm just recording a video.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
This is a test. What was your day like so far. I just woke up. Lemme get
|
||||||
|
ready for the day. Haha, just kidding I am recording a video. Let's
|
||||||
|
pretend that I am a normal person and have my life together and am doing
|
||||||
|
some kind of morning routine that doesn't involve getting up and
|
||||||
|
immediately sitting down at my computer.
|
||||||
|
</p>
|
||||||
|
<p class="copyright">Copyright © 2023-2026 Jan Danielzick (aka. BodgeMaster) – All rights reserved.</p><script>let spans=["<span class=\"paper green\">","<span>"];let pre_texts=document.getElementsByTagName("pre");for(let i=0;i<pre_texts.length;i++){if(pre_texts[i].className!="paper")continue;let lines=pre_texts[i].innerHTML.split("\n");let result="";for(let j=0;j<lines.length;j++){if(lines[j].length>=80)result=result+spans[j%2]+lines[j]+"</span>\n";else result=result+spans[j%2]+lines[j]+" ".repeat(80-lines[j].length)+"</span>\n";}pre_texts[i].innerHTML=result;}fetch("./chapters.json").then(function(result){return result.json();}).then(function(json){let chapters=json.pages;for(let i=0;i<chapters.length;i++){if(chapters[i]===document.URL.replace(/^.*\//,"./")){let prevdiv=document.createElement("div");prevdiv.className="prev";if(i>0){prevdiv.innerHTML="<a href=\""+chapters[i-1]+"\">◃</a>";}else{prevdiv.innerHTML="<p>◃</p>";}document.body.appendChild(prevdiv);let nextdiv=document.createElement("div");nextdiv.className="next";if(i<chapters.length-1){nextdiv.innerHTML="<a href=\""+chapters[i+1]+"\">▹</a>";}else{nextdiv.innerHTML="<p>▹</p>";}document.body.appendChild(nextdiv);}}});</script></body></html>
|
||||||
Loading…
Reference in New Issue