User:Tancre/2/hackpact/Tags Highlighter: Difference between revisions

From XPUB & Lens-Based wiki
< User:Tancre‎ | 2‎ | hackpact
No edit summary
No edit summary
Line 1: Line 1:
<source lang="js">
function pageScroll() {
    window.scrollBy(0,10);
    scrolldelay = setTimeout(pageScroll,10);
}
pageScroll();


== Unspatial Spaces ==
=== 1D ===
<source lang="html5">
<!DOCTYPE html>
<html>
<head>
<title>1D Space</title>
</head>
<body style="display: none">
</body>
</html>
</source>
</source>

Revision as of 22:16, 3 December 2019

Unspatial Spaces

1D

<!DOCTYPE html>
<html>
<head>
	<title>1D Space</title>
</head>
<body style="display: none">
</body>
</html>