started moving stuff

This commit is contained in:
LNLenost 2025-03-17 16:03:23 +00:00
parent a7c80c924c
commit a1819f2077
97 changed files with 0 additions and 0 deletions

View file

@ -1,14 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
</head>
<script>
function initPage() {
document.write("initPage ran successfully!<br><a href='https://oss-auth.blinklab.com/oss/serv/index.jsp'>go back to index</a>")
}
</script>
<body onload="initPage()">
</body>
</html>