Add JSP files to source

This commit is contained in:
Ocarinaoftime 2025-03-14 07:51:47 -04:00 committed by GitHub
parent 24f0a0c5db
commit c76171faf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
97 changed files with 73582 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>