Add JSP files to source
This commit is contained in:
parent
24f0a0c5db
commit
c76171faf9
97 changed files with 73582 additions and 0 deletions
14
jsp/test.jsp
Normal file
14
jsp/test.jsp
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue