14 lines
No EOL
332 B
Text
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> |