2
This commit is contained in:
parent
0d22997aa5
commit
86c0a7eec2
6 changed files with 15 additions and 400 deletions
|
@ -108,23 +108,23 @@
|
|||
<span class="r">█ █ ▄▀▄ ▀█▀ </span><span class="b">█ █ █▄█ ▀█▀ </span><span class="r">█▄</span><span class="b">▀█</span>
|
||||
<span class="r">█ █ ▀▄▀ █ </span><span class="b">█ █ ▀▄▄ █ </span><span class="b"> ▀▀ </span>
|
||||
</pre>
|
||||
<p>cock penis not a stole n website</p>
|
||||
<p class="monospace">cock penis not a stole n website</p>
|
||||
<br />
|
||||
<div>
|
||||
<h3 class="nobreak">jane</h3>
|
||||
<h3 class="nobreak monospace">jane</h3>
|
||||
<span class="nobreak" id="name"></span>
|
||||
<h3 class="nobreak">petrovna | jane#0009</h3>
|
||||
<h3 class="nobreak monospace">petrovna | jane#0009</h3>
|
||||
</div>
|
||||
<br />
|
||||
<br />
|
||||
<a href="https://github.com/janeptrv">
|
||||
<b>github</b>
|
||||
<b class="monospace">github</b>
|
||||
</a>
|
||||
<a href="https://gitlab.com/janeptrv">
|
||||
<b>gitlab</b>
|
||||
<b class="monospace">gitlab</b>
|
||||
</a>
|
||||
<a href="https://gitdab.com/jane">
|
||||
<b>gitdab</b>
|
||||
<b class="monospace">gitdab</b>
|
||||
</a>
|
||||
<br />
|
||||
<br />
|
||||
|
@ -135,18 +135,15 @@
|
|||
<div class="hard core gamer">
|
||||
<br />
|
||||
<p>BIG LINKS</p> <br /> <br /> <br />
|
||||
<a href="https://notnite.com"> <img alt="notnites page" src="images/cooldick.gif"> </a> <br />
|
||||
<a href="https://n2.pm"> <img alt="not a stolen website" src="images/cooldick.gif"> </a> <br />
|
||||
<a href="https://coolmathgames.tech"> <img alt="Mary's Site" src="images/maryhouse.png"></a> <br />
|
||||
<a href="https://e2.pm"> <img alt="eernin" src="images/e2.png"> </a> <br />
|
||||
<a href="https://cables.j4.pm/"> <img alt="free cables" src="images/cables.gif" width="88" height="31">
|
||||
</a> <br />
|
||||
<a href="http://weed4lif.getenjoyment.net//"> <img alt="weed4lif" src="images/weed4lif.png" width="88"
|
||||
height="31"> </a> <br />
|
||||
<a href="https://yang-63-official.biz/"> <img alt="YANG63" src="images/yang63.gif" width="88"
|
||||
height="31"> </a> <br />
|
||||
<a href="https://notnite.com"> <div class="monospace">notnites page</div></a> <br />
|
||||
<a href="https://n2.pm"> <div class="monospace">not a stolen website</div></a> <br />
|
||||
<a href="https://coolmathgames.tech"> <div class="monospace">Mary's Site</div> </a> <br />
|
||||
<a href="https://e2.pm"> <div class="monospace">eernin</div> </a> <br />
|
||||
<a href="https://cables.j4.pm/"> <div> class="monospace"free cables" src="images/cables.gif" width="88</div></a> <br />
|
||||
<a href="http://weed4lif.getenjoyment.net//"> <div class="monospace">"weed4lif"</div> </a> <br />
|
||||
<a href="https://yang-63-official.biz/"> <div class="monospace">YANG63</div></a> <br />
|
||||
<a href="https://i-fucking-hate.ninja/">
|
||||
<div width="88" height="31">Goast</div>
|
||||
<div class="monospace" width="88" height="31">Goast</div>
|
||||
</a> <br />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -25,6 +25,7 @@ function getNextName(current) {
|
|||
function constructNewElement(currentName, nameElement) {
|
||||
let newName = document.createElement("h3");
|
||||
newName.setAttribute("id", "scroll");
|
||||
newName.setAttribute("class", "monospace");
|
||||
newName.innerText = getNextName(currentName);
|
||||
nameElement.appendChild(newName);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue