- Scan ID:
- 0ec4ea3f-dc05-433b-8ed0-5684208fd316Finished
- Submitted URL:
- https://thammasat.psm.tu.ac.th/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 3 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 1 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>API - Error</title>
<link href="index.css" rel="stylesheet">
</head>
<body>
<div class="m-error_container">
<span class="m-error_title">
<h1>
404
</h1>
</span>
<p class="m-error_subtitle">
Oops! You're lost.
</p>
<p class="m-error_description">
We can not find the page you're looking for.<br>
</p>
</div>
</body></html>