cloudflare
tcp/443 tcp/80 tcp/8443
Open service 2606:4700:3035::ac43:d544:443 · admin.tittli.app
2026-01-10 00:07
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 00:07:30 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Cache-Control: no-cache, private
Set-Cookie: XSRF-TOKEN=eyJpdiI6IkZraVNnc3JnS081cWpJeWpRV3NyaVE9PSIsInZhbHVlIjoidktXN3B6akJPQWpEdnYvUFp1VmYyODJOSVdrZDhBOHpqZTVyTWxjL2QxOG51YTBrcGE5Q0lNZE9haFdFS2l1c01HSVkwKzVZRFdXNjFibERyNzRmR25NVGhCdW9yRzErY2xGS3A3ZkU4emR5MFM4VjZGaTh3R2M3MVJoK0MrcjMiLCJtYWMiOiJlM2FhZjRjYmRkMjc1YjM5MWNiMDdhMWYyNDgyMjFhYzM0OTAzODVjZDc5ZDNiMTQ0ODIxYjNkMDE3MzU3MGY4IiwidGFnIjoiIn0%3D; expires=Sat, 10-Jan-2026 02:07:30 GMT; Max-Age=7200; path=/; samesite=lax
Set-Cookie: foxxprime_session=eyJpdiI6IlkzT0RiRzZ3cCs2bnVkRzNrdVJDOFE9PSIsInZhbHVlIjoiUndqaTRWYWY1cUszcmh4Y3JSS0loNWNDRFU2TVBnWmVjUmpFbzJiS1RKQi9seHZCbXhVTEJVczIxTHVvNE5Kc2RKSEtuempSS2grTFBPczlia1YxN1l2bThqRHY2ZjBsaHI4RFUzc1c4MUhVUERwVEpyMG8zNEdBVGNvVGN4aXciLCJtYWMiOiI0NDU5NzFlNTVlMmE3NDg5NzRjYzFkMTQxZDMyMmQ4MzI1YWVjMWY5MmIxMTRkZGE5M2U3OTFiNzE4OTJjMTQ0IiwidGFnIjoiIn0%3D; expires=Sat, 10-Jan-2026 02:07:30 GMT; Max-Age=7200; path=/; httponly; samesite=lax
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=BAx5GlQ51VoCbiJ6JF4ThB7wwp%2BmefwXrsN47ZYX%2BMU7Ze9EjK4Fdj32tDSKDOj2v8aWrK4HD3Ki1DsSjvqquGI6FORTQfqH%2F99CLq46AdMMm54SQ%2BddpDAYaQo%3D"}]}
vary: Accept-Encoding
Server: cloudflare
x-turbo-charged-by: LiteSpeed
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=5,cfOrigin;dur=625
CF-RAY: 9bb7ef3a7a47ae4c-EWR
alt-svc: h3=":443"; ma=86400
Page title: Titli - Login
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Titli - Login</title>
<link href="https://admin.tittli.app/assets/css/app.min.css" rel="stylesheet">
<link href="https://admin.tittli.app/assets/bundles/bootstrap-social/bootstrap-social.css" rel="stylesheet">
<link href="https://admin.tittli.app/assets/css/style.css" rel="stylesheet">
<link href="https://admin.tittli.app/assets/css/components.css" id="theme" rel="stylesheet">
<link href="https://admin.tittli.app/assets/css/custom.css" rel="stylesheet">
<link href="https://admin.tittli.app/assets/css/login.css" rel="stylesheet">
<link rel='shortcut icon' type='image/x-icon' href='assets/img/favicon.ico' />
<style>
body, html {
height: 100%;
width: 100%;
}
.loginPage {
display: flex;
justify-content: center;
align-items: center;
}
.login-container {
width: 100%;
}
.logo {
max-height: 100%;
}
</style>
</head>
<body class="theme-purple loginPage">
<div class="loader"></div>
<div id="app">
<section class="section">
<div class="container mt-5 login-container">
<div class="row align-items-center">
<!-- Logo Column -->
<div class="col-5">
<!-- Place your logo here -->
<img src="uploads/2024-02-21-18-40-48app_logo.png" alt="Titli Logo" class="img-fluid" style="height: auto">
</div>
<div class="col-1"></div>
<!-- Login Card Column -->
<div class="col-5">
<div class="card card-primary">
<div class="card-header">
<h4>Login</h4>
</div>
<div class="card-body">
<form class="needs-validation" id="loginform" action="https://admin.tittli.app/dologin" method="post" novalidate="">
<input type="hidden" name="_token" value="NnJ6Lir3IlJXwnIocZjET0v0HdejnFAME7r7Uj9V">
<div class="form-group">
<label for="username">Username</label>
<input id="username" type="text" class="form-control" name="username" tabindex="1" required autofocus>
<div class="invalid-feedback">
Please fill in your username
</div>
</div>
<div class="form-group">
<div class="d-block">
<label for="password" class="control-label">Password</label>
</div>
<input id="password" type="password" class="form-control" name="password" tabindex="2" required>
<div class="invalid-feedback">
Please fill in your password
</div>
</div>
<div class="form-group">
<div class="custom-control custom-checkbox">
<input type="checkbox" name="remember" class="custom-control-input" tabindex="3" id="remember-me">
<label class="custom-control-label" for="remember-me">Remember Me</label>
</div>
</div>
<div class="form-group">
<button type="submit" class="btn btn-primary btn-lg btn-block" tabindex="4">
Login
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- <script src="https://admin.tittli.app/plugins/bower_components/jquery/dist/jquery.min.js"></script> -->
<script src="https://admin.tittli.app/assets/js/app.min.js"> </script>
<script src="https://admin.tittli.app/assets/js/scripts.js"> </script>
<script src="https://admin.tittli.app/assets/js/custom.js"></script
Open service 2606:4700:3035::ac43:d544:80 · admin.tittli.app
2026-01-10 00:07
HTTP/1.1 301 Moved Permanently
Date: Sat, 10 Jan 2026 00:07:28 GMT
Content-Length: 0
Connection: close
Location: https://admin.tittli.app/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=LWAihi4J7fyhWjXj%2FAdvmzxmCZThxBjIsHWnM2jqxaMqc5nmwGJ5dVTHSMWfYLpAfcHk%2BtnuAjQ2lwGZj7W%2BI1sI%2B%2Fao%2BR%2BINyfJhXv5j8N9I8x08%2BRm7YN2WeI%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=10,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9bb7ef345d301337-EWR
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3030::6815:5dac:8443 · admin.tittli.app
2026-01-10 00:07
HTTP/1.1 521 <none> Date: Sat, 10 Jan 2026 00:07:29 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=205,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bb7ef3599f0acd7-EWR alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 2606:4700:3030::6815:5dac:80 · admin.tittli.app
2026-01-10 00:07
HTTP/1.1 301 Moved Permanently
Date: Sat, 10 Jan 2026 00:07:28 GMT
Content-Length: 0
Connection: close
Location: https://admin.tittli.app/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=1dGhZszPUfvi%2Bf9TNNjL%2Fh%2FsmeB7RIFT%2FzODFO8Tj0jUvtYuOjszD82EmYKL6o0lR4XXsTNYiRhA%2FclDVS4wb9yOkQ0CU8yTZxIofNYOt8t%2FI8gFAA7ReuEMX1c%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=10,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9bb7ef34489bbdee-EWR
alt-svc: h3=":443"; ma=86400
Open service 172.67.213.68:8443 · admin.tittli.app
2026-01-10 00:07
HTTP/1.1 521 <none> Date: Sat, 10 Jan 2026 00:07:29 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=206,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bb7ef3599c32e9e-EWR alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 2606:4700:3030::6815:5dac:443 · admin.tittli.app
2026-01-10 00:07
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 00:07:30 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Cache-Control: no-cache, private
Set-Cookie: XSRF-TOKEN=eyJpdiI6IlQwelgwck5IZm54VlhwZWNVdlFpcEE9PSIsInZhbHVlIjoid2JuTnQydGx4ZkN0akllYXI3ZEtROEpId0tQV08zajIxenNMTDdQUUNiaWJ1cTA3N2d3V2xidjllS3VxWlFLZzVXdldKWnZaK2pHcEJ2T09tSExPaFhJYWxnSXd4Q2pKWmNDdHRnVEVQeThVdHQ3WThjYW4vOGZRVTMyQWRuV0UiLCJtYWMiOiJmNjUzZWExYjY3NGQ2NzhkZGZjYjY0YjQ0YTFhNGNiYzQ5ZTAwYTM2OTEwMmI5ZjhjYmE2NTE1NDg0MjQxNTYzIiwidGFnIjoiIn0%3D; expires=Sat, 10-Jan-2026 02:07:30 GMT; Max-Age=7200; path=/; samesite=lax
Set-Cookie: foxxprime_session=eyJpdiI6InVndlI0cHBrRlpRS1hzV1RXYU5nWFE9PSIsInZhbHVlIjoidEVIbjI2bGNaVnVWUXlJY2RMTXdSQWdublFDS0lPai9ic2ZhajhjOWh3cEFsZFc2Z3VCQjVSL0RJQnlkK1BBbGJDRWZlN2syWDVrZ2Y3STF3dzVUeWExWHgwaGZmRk5rYzY4UERWZTN5TnF1bWRId1ZVbUNpWnF1SEM3ViszcUEiLCJtYWMiOiJjOTMxMTkwNTA1ZmFkMWIzNWY0ZjgyMTJjNjRhZWU3NGU0MDU4MTRmYmRkOGNiZGEwYjc1ODliZjYwMThlMWNhIiwidGFnIjoiIn0%3D; expires=Sat, 10-Jan-2026 02:07:30 GMT; Max-Age=7200; path=/; httponly; samesite=lax
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=JR8rUf6NUxry6e%2FrF97GBuFLQo6mdc8CpqFA4qRTXWsHoiT97fpDlCrT28SkY19vOv%2FhbOjc%2B0LjV0HUsZpMIqRYpMmhWV3OaCbxGoc1eyEzejTDPlywcLzNuec%3D"}]}
vary: Accept-Encoding
Server: cloudflare
x-turbo-charged-by: LiteSpeed
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=13,cfOrigin;dur=642
CF-RAY: 9bb7ef3a8ab842a9-EWR
alt-svc: h3=":443"; ma=86400
Page title: Titli - Login
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Titli - Login</title>
<link href="https://admin.tittli.app/assets/css/app.min.css" rel="stylesheet">
<link href="https://admin.tittli.app/assets/bundles/bootstrap-social/bootstrap-social.css" rel="stylesheet">
<link href="https://admin.tittli.app/assets/css/style.css" rel="stylesheet">
<link href="https://admin.tittli.app/assets/css/components.css" id="theme" rel="stylesheet">
<link href="https://admin.tittli.app/assets/css/custom.css" rel="stylesheet">
<link href="https://admin.tittli.app/assets/css/login.css" rel="stylesheet">
<link rel='shortcut icon' type='image/x-icon' href='assets/img/favicon.ico' />
<style>
body, html {
height: 100%;
width: 100%;
}
.loginPage {
display: flex;
justify-content: center;
align-items: center;
}
.login-container {
width: 100%;
}
.logo {
max-height: 100%;
}
</style>
</head>
<body class="theme-purple loginPage">
<div class="loader"></div>
<div id="app">
<section class="section">
<div class="container mt-5 login-container">
<div class="row align-items-center">
<!-- Logo Column -->
<div class="col-5">
<!-- Place your logo here -->
<img src="uploads/2024-02-21-18-40-48app_logo.png" alt="Titli Logo" class="img-fluid" style="height: auto">
</div>
<div class="col-1"></div>
<!-- Login Card Column -->
<div class="col-5">
<div class="card card-primary">
<div class="card-header">
<h4>Login</h4>
</div>
<div class="card-body">
<form class="needs-validation" id="loginform" action="https://admin.tittli.app/dologin" method="post" novalidate="">
<input type="hidden" name="_token" value="7lmcl9BMWZ8Ie0LmCvDkqDEYwqQOEs6mbfjHL1eZ">
<div class="form-group">
<label for="username">Username</label>
<input id="username" type="text" class="form-control" name="username" tabindex="1" required autofocus>
<div class="invalid-feedback">
Please fill in your username
</div>
</div>
<div class="form-group">
<div class="d-block">
<label for="password" class="control-label">Password</label>
</div>
<input id="password" type="password" class="form-control" name="password" tabindex="2" required>
<div class="invalid-feedback">
Please fill in your password
</div>
</div>
<div class="form-group">
<div class="custom-control custom-checkbox">
<input type="checkbox" name="remember" class="custom-control-input" tabindex="3" id="remember-me">
<label class="custom-control-label" for="remember-me">Remember Me</label>
</div>
</div>
<div class="form-group">
<button type="submit" class="btn btn-primary btn-lg btn-block" tabindex="4">
Login
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- <script src="https://admin.tittli.app/plugins/bower_components/jquery/dist/jquery.min.js"></script> -->
<script src="https://admin.tittli.app/assets/js/app.min.js"> </script>
<script src="https://admin.tittli.app/assets/js/scripts.js"> </script>
<script src="https://admin.tittli.app/assets/js/custom.js"></script
Open service 2606:4700:3035::ac43:d544:8443 · admin.tittli.app
2026-01-10 00:07
HTTP/1.1 521 <none> Date: Sat, 10 Jan 2026 00:07:29 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=201,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bb7ef353b857a38-EWR alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 172.67.213.68:80 · admin.tittli.app
2026-01-10 00:07
HTTP/1.1 301 Moved Permanently
Date: Sat, 10 Jan 2026 00:07:28 GMT
Content-Length: 0
Connection: close
Location: https://admin.tittli.app/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=P6yGvAgb9HUTejBpSZdaRsz%2B%2Bw90oZFTGXGiK5Bx5r9VLjLBcPnNQwpYEQqUlym4XTXHjr%2FveDecMtg72pjN5EBp%2BQhX5EuK3hhLmAL2IuM%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=8,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9bb7ef33dcae3e9d-EWR
alt-svc: h3=":443"; ma=86400
Open service 104.21.93.172:8443 · admin.tittli.app
2026-01-10 00:07
HTTP/1.1 521 <none> Date: Sat, 10 Jan 2026 00:07:29 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=208,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bb7ef35181e61a4-EWR alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 172.67.213.68:443 · admin.tittli.app
2026-01-10 00:07
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 00:07:30 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Cache-Control: no-cache, private
Set-Cookie: XSRF-TOKEN=eyJpdiI6IkhRbUJhakxRVlR3c0E0UWVKeG1sUnc9PSIsInZhbHVlIjoiVUo4ZkNZUFFoaHFIaDVyUkk1blgxSzhGbFdONFlBUk1MeGVBT1N0cXFIUlVJRDdQN1E4bHdFN3JMand0UkN1OUtUdVQ1WVU4c29aN3lrN2FwV0FZRFlXOEU1WVloa1BqdzhjZkpHZUlnUkZNYzVpUjEzRm1JVk91cjJQTnJKc2siLCJtYWMiOiI0Mzg2YWZkYTRhOWUzZDUwODhkMTcxY2ExMzQ0MjQ2YzkyNzJkY2FjMmRmMjdiN2NlMGE2YjE1OGQxYTgxYmQ2IiwidGFnIjoiIn0%3D; expires=Sat, 10-Jan-2026 02:07:30 GMT; Max-Age=7200; path=/; samesite=lax
Set-Cookie: foxxprime_session=eyJpdiI6ImJsODRCdXpmU09Vays5WHo0QmM5aWc9PSIsInZhbHVlIjoicjFiS3JYb3g2NTlGRW5UdkFGb1p3S3RHbFhScW5WRjJoODZ5cHIvWHgzYUFacGdobk5pVlJ1SktKUVJCVzRaeExDckY1TkNOY0h5dmgrTlBiNTE1RkdMWlJjblFiQ1FSOHpxdmpWQURjMmRrQy8xNnRxa25kSUR0V3cyR0FHOU4iLCJtYWMiOiIxYjc5YzI5NjhlOGIwN2Y0MzVjOTZiYmViMmNjNDc2MDk0ZDNiNjAxMTRlZjBhODkxYTlkM2NmMmM5NTgyNGVkIiwidGFnIjoiIn0%3D; expires=Sat, 10-Jan-2026 02:07:30 GMT; Max-Age=7200; path=/; httponly; samesite=lax
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2B3OCZsygD2UVz0eOEdqBy0bKgDSUT68yNUW2gMJ4%2BIfQpOcRC6MiRrgI30QiQewfzJIbD%2BQ%2FL%2Fx6apkryBrr60de0k2kI9zyGGjH2%2F%2FvU70%3D"}]}
vary: Accept-Encoding
Server: cloudflare
x-turbo-charged-by: LiteSpeed
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=4,cfOrigin;dur=637
CF-RAY: 9bb7ef39fa16ccf1-EWR
alt-svc: h3=":443"; ma=86400
Page title: Titli - Login
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Titli - Login</title>
<link href="https://admin.tittli.app/assets/css/app.min.css" rel="stylesheet">
<link href="https://admin.tittli.app/assets/bundles/bootstrap-social/bootstrap-social.css" rel="stylesheet">
<link href="https://admin.tittli.app/assets/css/style.css" rel="stylesheet">
<link href="https://admin.tittli.app/assets/css/components.css" id="theme" rel="stylesheet">
<link href="https://admin.tittli.app/assets/css/custom.css" rel="stylesheet">
<link href="https://admin.tittli.app/assets/css/login.css" rel="stylesheet">
<link rel='shortcut icon' type='image/x-icon' href='assets/img/favicon.ico' />
<style>
body, html {
height: 100%;
width: 100%;
}
.loginPage {
display: flex;
justify-content: center;
align-items: center;
}
.login-container {
width: 100%;
}
.logo {
max-height: 100%;
}
</style>
</head>
<body class="theme-purple loginPage">
<div class="loader"></div>
<div id="app">
<section class="section">
<div class="container mt-5 login-container">
<div class="row align-items-center">
<!-- Logo Column -->
<div class="col-5">
<!-- Place your logo here -->
<img src="uploads/2024-02-21-18-40-48app_logo.png" alt="Titli Logo" class="img-fluid" style="height: auto">
</div>
<div class="col-1"></div>
<!-- Login Card Column -->
<div class="col-5">
<div class="card card-primary">
<div class="card-header">
<h4>Login</h4>
</div>
<div class="card-body">
<form class="needs-validation" id="loginform" action="https://admin.tittli.app/dologin" method="post" novalidate="">
<input type="hidden" name="_token" value="g1LmuHkhaer4DacavDI6fyEUHQDl88sm8DtDTpkK">
<div class="form-group">
<label for="username">Username</label>
<input id="username" type="text" class="form-control" name="username" tabindex="1" required autofocus>
<div class="invalid-feedback">
Please fill in your username
</div>
</div>
<div class="form-group">
<div class="d-block">
<label for="password" class="control-label">Password</label>
</div>
<input id="password" type="password" class="form-control" name="password" tabindex="2" required>
<div class="invalid-feedback">
Please fill in your password
</div>
</div>
<div class="form-group">
<div class="custom-control custom-checkbox">
<input type="checkbox" name="remember" class="custom-control-input" tabindex="3" id="remember-me">
<label class="custom-control-label" for="remember-me">Remember Me</label>
</div>
</div>
<div class="form-group">
<button type="submit" class="btn btn-primary btn-lg btn-block" tabindex="4">
Login
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- <script src="https://admin.tittli.app/plugins/bower_components/jquery/dist/jquery.min.js"></script> -->
<script src="https://admin.tittli.app/assets/js/app.min.js"> </script>
<script src="https://admin.tittli.app/assets/js/scripts.js"> </script>
<script src="https://admin.tittli.app/assets/js/custom.js"></script
Open service 104.21.93.172:80 · admin.tittli.app
2026-01-10 00:07
HTTP/1.1 301 Moved Permanently
Date: Sat, 10 Jan 2026 00:07:28 GMT
Content-Length: 0
Connection: close
Location: https://admin.tittli.app/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vD%2FqrSiAwPvaTMlDSq5ErCEJfGK5JpkSc0EzHQBPVjcqlUoWn4oiCjf6fQ2%2FMVbtGMW04sZPlVQQF9UNG6QQU%2B8XpeJb7fu1R%2FAbvEzaNSs%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=11,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9bb7ef33dbc9438b-EWR
alt-svc: h3=":443"; ma=86400
Open service 104.21.93.172:443 · admin.tittli.app
2026-01-10 00:07
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 00:07:30 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Cache-Control: no-cache, private
Set-Cookie: XSRF-TOKEN=eyJpdiI6InR4WmJDSy9DcTZpb1V1VTlNd3hVQVE9PSIsInZhbHVlIjoiV25Pa2R4bUNqcXF1SGhpY2VCV1pzcFNJS09oeWUyYmVFOTdYcnhEb211ellyOG9uUG1ha081K3UxbUk2Q1lmdlBTQUFFaEVVR3haeDVaeUFReTZPNlVJZ1kzSU5qMW9Fd0s4RlZhT1lDTittV2FOelR0cU4yVmIvMUs3cWg2aXoiLCJtYWMiOiJmNmMzMTc1NjFiN2RiMmQ1OGM1NzIxZmIxNjkwODI1NDA1ZjgwYTgxNWU3YTAyYTA4MjFhNzZkODMyOWE4OWFmIiwidGFnIjoiIn0%3D; expires=Sat, 10-Jan-2026 02:07:30 GMT; Max-Age=7200; path=/; samesite=lax
Set-Cookie: foxxprime_session=eyJpdiI6IjExT3BQQ0x0TEdaSGdBWjVUR09yMWc9PSIsInZhbHVlIjoiVnBSTUVLWStDZUFkSGhyaVp1aTVFVG5HUEx5RW5kcitCRjFLMVVXM3F4bG5sUitQTTNqZ29zdkhVS2hKdW5YeDRJdmtRMUNiZ2t3K2FoTkJJMGFSS0sxek9rWXlVTkUxbk93OGZZNVdSSTB1cVRta2dUd1VCRE45RERaTDJyVmEiLCJtYWMiOiI4NTI1YTZhNzhkN2Q4OWUyMjZiNmFkMWVmYTMxZjgxZmVhMjk1ZjcyNjFlMjY0N2VkNWJjOGI0YjE5NDU5MDdkIiwidGFnIjoiIn0%3D; expires=Sat, 10-Jan-2026 02:07:30 GMT; Max-Age=7200; path=/; httponly; samesite=lax
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=t8Eg5wIrnVtoeBVvoPKGOFQbV%2FjP8ek086s4Kb1fFAXcjERJcorSynAWdeTmKKNna4QEj9sJUYn3sxcWxffHHgGbnX0RghEQ23reTe55V04%3D"}]}
vary: Accept-Encoding
Server: cloudflare
x-turbo-charged-by: LiteSpeed
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=11,cfOrigin;dur=626
CF-RAY: 9bb7ef39f9878c5d-EWR
alt-svc: h3=":443"; ma=86400
Page title: Titli - Login
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Titli - Login</title>
<link href="https://admin.tittli.app/assets/css/app.min.css" rel="stylesheet">
<link href="https://admin.tittli.app/assets/bundles/bootstrap-social/bootstrap-social.css" rel="stylesheet">
<link href="https://admin.tittli.app/assets/css/style.css" rel="stylesheet">
<link href="https://admin.tittli.app/assets/css/components.css" id="theme" rel="stylesheet">
<link href="https://admin.tittli.app/assets/css/custom.css" rel="stylesheet">
<link href="https://admin.tittli.app/assets/css/login.css" rel="stylesheet">
<link rel='shortcut icon' type='image/x-icon' href='assets/img/favicon.ico' />
<style>
body, html {
height: 100%;
width: 100%;
}
.loginPage {
display: flex;
justify-content: center;
align-items: center;
}
.login-container {
width: 100%;
}
.logo {
max-height: 100%;
}
</style>
</head>
<body class="theme-purple loginPage">
<div class="loader"></div>
<div id="app">
<section class="section">
<div class="container mt-5 login-container">
<div class="row align-items-center">
<!-- Logo Column -->
<div class="col-5">
<!-- Place your logo here -->
<img src="uploads/2024-02-21-18-40-48app_logo.png" alt="Titli Logo" class="img-fluid" style="height: auto">
</div>
<div class="col-1"></div>
<!-- Login Card Column -->
<div class="col-5">
<div class="card card-primary">
<div class="card-header">
<h4>Login</h4>
</div>
<div class="card-body">
<form class="needs-validation" id="loginform" action="https://admin.tittli.app/dologin" method="post" novalidate="">
<input type="hidden" name="_token" value="YiWBaCFccD1vOUiCCtSJUl5y0PtsGT5RqVarOYmz">
<div class="form-group">
<label for="username">Username</label>
<input id="username" type="text" class="form-control" name="username" tabindex="1" required autofocus>
<div class="invalid-feedback">
Please fill in your username
</div>
</div>
<div class="form-group">
<div class="d-block">
<label for="password" class="control-label">Password</label>
</div>
<input id="password" type="password" class="form-control" name="password" tabindex="2" required>
<div class="invalid-feedback">
Please fill in your password
</div>
</div>
<div class="form-group">
<div class="custom-control custom-checkbox">
<input type="checkbox" name="remember" class="custom-control-input" tabindex="3" id="remember-me">
<label class="custom-control-label" for="remember-me">Remember Me</label>
</div>
</div>
<div class="form-group">
<button type="submit" class="btn btn-primary btn-lg btn-block" tabindex="4">
Login
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- <script src="https://admin.tittli.app/plugins/bower_components/jquery/dist/jquery.min.js"></script> -->
<script src="https://admin.tittli.app/assets/js/app.min.js"> </script>
<script src="https://admin.tittli.app/assets/js/scripts.js"> </script>
<script src="https://admin.tittli.app/assets/js/custom.js"></script