https://eticket.railway.gov.bd/

Submitted URL:
https://eticket.railway.gov.bd/
Report Finished:

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

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 2 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://eticket.railway.gov.bd/
Text
Failed to load resource: the server responded with a status of 403 ()
errornetwork
URL
https://eticket.railway.gov.bd/favicon.ico
Text
Failed to load resource: the server responded with a status of 403 ()

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>Access Limited - Bangladesh Railway</title> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> <style type="text/css"> body { background-color: #F6F9FE; min-height: 100vh; } h1 { color: #DA924E; font-size: 26px; font-weight: 800; } p { color: #505c6d; font-size: 20px; } a { color: #228fef; } .single-slogan { color: #006747; } .slogan-dot { width: 3px; height: 3px; background-color: #006747; border-radius: 50%; } @media screen and (max-width: 767px) { body { background-image: url('https://bangladesh-railway.s3.ap-southeast-1.amazonaws.com/production/common/bd-railway-403-bg.png'); background-repeat: no-repeat; background-position: bottom -60px left; background-size: auto; text-align: center; } h4, p { margin-bottom: 28px; } p { font-size: 16px; } .logo { width: 80px; height: 80px; } main { width: 100%; min-height: 100vh; position: relative; background: #f6f9fede; } } </style></head><body> <main> <div class="container pt-5"> <div class="row"> <div class="col-md-12"> <div class="d-flex justify-content-center"> <img src="https://bangladesh-railway.s3.ap-southeast-1.amazonaws.com/production/common/login-page-logo.png" alt="Bangladesh Railway logo" width="128" height="128" class="logo"> </div> <div class="mt-2 text-center"> <h1>Bangladesh Railway</h1> </div> <div class="d-flex justify-content-center align-items-center mt-2 text-center"> <span class="single-slogan">নিরাপদ</span> <div class="slogan-dot mx-2"></div> <span class="single-slogan">আরামদায়ক</span> <div class="slogan-dot mx-2"></div> <span class="single-slogan">সাশ্রয়ী</span> </div> </div> <div class="col-md-12 train-bg-section pb-5"> <div class="row"> <div class="col-sm-12 col-md-6"> <div class="pt-5"> <p class="text-dark">Dear User,</p> <p>Thank you for your interest in Bangladesh Railway. For security reasons, access to the website is currently limited to users within Bangladesh. We apologize for any inconvenience this may have caused.</p> <p>If you have any queries or need assistance, please feel free to contact our support team at <a href="mailto:[email protected]">[email protected]</a>. We appreciate your understanding.</p> <p>Safe travels!<br>Bangladesh Railway</p> </div> </div> <div class="col-sm-12 col-md-6 d-none d-md-flex justify-content-end align-items-center"> <img src="https://bangladesh-railway.s3.ap-southeast-1.amazonaws.com/production/common/bd-railway-403-bg.png" alt="BD Railway BG Image" class="img-fluid"> </div> </div> </div> </div> </div> </main></body></html>