WiiMart/jsp/test.jsp
2025-03-17 16:05:36 +00:00

14 lines
No EOL
332 B
Text

<!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>