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

14
jsp/test.jsp Normal file
View file

@ -0,0 +1,14 @@
<!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>