- ID de l'analyse :
- 6a2f082a-7f18-4164-a344-c4fca80e51d3Terminée
- URL soumise :
- https://portal.healbypunhlaing.com/
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 19 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | string |
documentPictureInPicture | string |
onscrollend | string |
placeholderImage | string |
webpackChunkheal | string |
__VUE_INSTANCE_SETTERS__ | string |
__VUE_SSR_SETTERS__ | string |
CapacitorPlatforms | string |
Capacitor | string |
clearImmediate | string |
Messages de journal de console : 1 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
warning | other |
|
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html><html lang="en" class="hydrated"><head><meta charset="utf-8"><style data-styles="">pwa-camera-modal,pwa-action-sheet,pwa-toast,pwa-camera,pwa-camera-modal-instance{visibility:hidden}.hydrated{visibility:inherit}</style><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><meta property="og:title" content="Smart digital heathCare solutions for myanamr"><meta property="og:description" content="We offer best international quality healthcare services to the people of Myanmar through smart digital solutions."><meta property="og:url" content="/"><meta property="og:image" content="/images/logo.svg"><link rel="icon" href="/favicon.ico?v=1.1"><link rel="manifest" href="/manifest.json"><link id="theme-link" rel="stylesheet" href="/themes/lara-light-indigo/theme.css"><script defer="defer" src="/js/chunk-vendors.5f60b3f6.js"></script><script defer="defer" src="/js/app.a96b51a3.js"></script><link href="/css/chunk-vendors.eed8dd1e.css" rel="stylesheet"><link href="/css/app.e10bdd86.css" rel="stylesheet"><style type="text/css" data-primevue-style-id="common">
.p-component, .p-component * {
box-sizing: border-box;
}
.p-hidden-space {
visibility: hidden;
}
.p-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.p-disabled, .p-disabled * {
cursor: default !important;
pointer-events: none;
user-select: none;
}
.p-component-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.p-unselectable-text {
user-select: none;
}
.p-sr-only {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
.p-link {
text-align: left;
background-color: transparent;
margin: 0;
padding: 0;
border: none;
cursor: pointer;
user-select: none;
}
.p-link:disabled {
cursor: default;
}
/* Non vue overlay animations */
.p-connected-overlay {
opacity: 0;
transform: scaleY(0.8);
transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);
}
.p-connected-overlay-visible {
opacity: 1;
transform: scaleY(1);
}
.p-connected-overlay-hidden {
opacity: 0;
transform: scaleY(1);
transition: opacity .1s linear;
}
/* Vue based overlay animations */
.p-connected-overlay-enter-from {
opacity: 0;
transform: scaleY(0.8);
}
.p-connected-overlay-leave-to {
opacity: 0;
}
.p-connected-overlay-enter-active {
transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);
}
.p-connected-overlay-leave-active {
transition: opacity .1s linear;
}
/* Toggleable Content */
.p-toggleable-content-enter-from,
.p-toggleable-content-leave-to {
max-height: 0;
}
.p-toggleable-content-enter-to,
.p-toggleable-content-leave-from {
max-height: 1000px;
}
.p-toggleable-content-leave-active {
overflow: hidden;
transition: max-height 0.45s cubic-bezier(0, 1, 0, 1);
}
.p-toggleable-content-enter-active {
overflow: hidden;
transition: max-height 1s ease-in-out;
}
.p-button {
display: inline-flex;
cursor: pointer;
user-select: none;
align-items: center;
vertical-align: bottom;
text-align: center;
overflow: hidden;
position: relative;
}
.p-button-label {
flex: 1 1 auto;
}
.p-button-icon-right {
order: 1;
}
.p-button:disabled {
cursor: default;
}
.p-button-icon-only {
justify-content: center;
}
.p-button-icon-only .p-button-label {
visibility: hidden;
width: 0;
flex: 0 0 auto;
}
.p-button-vertical {
flex-direction: column;
}
.p-button-icon-bottom {
order: 2;
}
.p-buttonset .p-button {
margin: 0;
}
.p-buttonset .p-button:not(:last-child), .p-buttonset .p-button:not(:last-child):hover {
border-right: 0 none;
}
.p-buttonset .p-button:not(:first-of-type):not(:last-of-type) {
border-radius: 0;
}
.p-buttonset .p-button:first-of-type {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.p-buttonset .p-button:last-of-type {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.p-buttonset .p-button:focus {
position: relative;
z-index: 1;
}
.p-checkbox {
display: inline-flex;
cursor: pointer;
user-select: none;
vertical-align: bottom;
position: relative;
}
.p-checkbox.p-checkbox-disabled {
cursor: default;
}
.p-checkbox-box {
display: flex;
justify-content: center;
align-items: center;
}
.p-fluid .p-inputtext {
width: 100%;
}
/* InputGroup */
.p-inputgroup {
display: flex;
align-items: stretch;
width: 100%;
}
.p-inputgroup-addon {
display: flex;
align-items: center;
justify-content: center;
}
.p-inputgroup .p-float-label {
display: flex;
align-items: stretch;
width: 100%;
}
.p-inputgroup .p-inputtext,
.p-fluid .p-inputgroup .p-inputtext,
.p-inputgroup .p-inputwrapper,
.p-fluid .p-inputgroup .p-input {
flex: 1 1 auto;
width: 1%;
}
/* Floating Label */
.p-float-label {
display: block;
position: relative;
}
.p-float-label label {
position: absolute;
pointer-events: none;
top: 50%;
margin-top: -.5rem;
transition-property: all;
transition-timing-function: ease;
line-height: 1;
}
.p-float-label textarea ~ label {
top: 1rem;
}
.p-float-label input:focus ~ label,
.p-float-label input.p-filled ~ label,
.p-float-label textarea:focus ~ label,
.p-float-label textarea.p-filled ~ label,
.p-float-label .p-inputwrapper-focus ~ label,
.p-float-label .p-inputwrapper-filled ~ label {
top: -.75rem;
font-size: 12px;
}
.p-float-label .input:-webkit-autofill ~ label {
top: -20px;
font-size: 12px;
}
.p-float-label .p-placeholder,
.p-float-label input::placeholder,
.p-float-label .p-inputtext::placeholder {
opacity: 0;
transition-property: all;
transition-timing-function: ease;
}
.p-float-label .p-focus .p-placeholder,
.p-float-label input:focus::placeholder,
.p-float-label .p-inputtext:focus::placeholder {
opacity: 1;
transition-property: all;
transition-timing-function: ease;
}
.p-input-icon-left,
.p-input-icon-right {
position: relative;
display: inline-block;
}
.p-input-icon-left > i,
.p-input-icon-left > svg,
.p-input-icon-right > i,
.p-input-icon-right > svg {
position: absolute;
top: 50%;
margin-top: -.5rem;
}
.p-fluid .p-input-icon-left,
.p-fluid .p-input-icon-right {
display: block;
width: 100%;
}
.p-radiobutton {
position: relative;
display: inline-flex;
cursor: pointer;
user-select: none;
vertical-align: bottom;
}
.p-radiobutton.p-radiobutton-disabled {
cursor: default;
}
.p-radiobutton-box {
display: flex;
justify-content: center;
align-items: center;
}
.p-radiobutton-icon {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0) scale(.1);
border-radius: 50%;
visibility: hidden;
}
.p-radiobutton-box.p-highlight .p-radiobutton-icon {
transform: translateZ(0) scale(1.0, 1.0);
visibility: visible;
}
</style><style type="text/css" data-primevue-style-id="toast">
.p-toast {
width: 25rem;
white-space: pre-line;
word-break: break-word;
}
.p-toast-message-icon {
flex-shrink: 0;
}
.p-toast-message-content {
display: flex;
align-items: flex-start;
}
.p-toast-message-text {
flex: 1 1 auto;
}
.p-toast-top-center {
transform: translateX(-50%);
}
.p-toast-bottom-center {
transform: translateX(-50%);
}
.p-toast-center {
min-width: 20vw;
transform: translate(-50%, -50%);
}
.p-toast-icon-close {
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
position: relative;
}
.p-toast-icon-close.p-link {
cursor: pointer;
}
/* Animations */
.p-toast-message-enter-from {
opacity: 0;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
}
.p-toast-message-leave-from {
max-height: 1000px;
}
.p-toast .p-toast-message.p-toast-message-leave-to {
max-height: 0;
opacity: 0;
margin-bottom: 0;
overflow: hidden;
}
.p-toast-message-enter-active {
-webkit-transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
}
.p-toast-message-leave-active {
-webkit-transition: max-height 0.45s cubic-bezier(0, 1, 0, 1), opacity 0.3s, margin-bottom 0.3s;
transition: max-height 0.45s cubic-bezier(0, 1, 0, 1), opacity 0.3s, margin-bottom 0.3s;
}
</style><style type="text/css" data-primevue-style-id="base">
.p-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.p-hidden-accessible input,
.p-hidden-accessible select {
transform: scale(0);
}
.p-overflow-hidden {
overflow: hidden;
}
</style><style type="text/css" data-primevue-style-id="scrolltop">
.p-scrolltop {
position: fixed;
bottom: 20px;
right: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.p-scrolltop-sticky {
position: sticky;
}
.p-scrolltop-sticky.p-link {
margin-left: auto;
}
.p-scrolltop-enter-from {
opacity: 0;
}
.p-scrolltop-enter-active {
transition: opacity 0.15s;
}
.p-scrolltop.p-scrolltop-leave-to {
opacity: 0;
}
.p-scrolltop-leave-active {
transition: opacity 0.15s;
}
</style><title>Heal - Login</title><link rel="stylesheet" type="text/css" href="/css/7109.b87ad980.css"><style type="text/css" data-primevue-style-id="ripple">
.p-ripple {
overflow: hidden;
position: relative;
}
.p-ink {
display: block;
position: absolute;
background: rgba(255, 255, 255, 0.5);
border-radius: 100%;
transform: scale(0);
pointer-events: none;
}
.p-ink-active {
animation: ripple 0.4s linear;
}
.p-ripple-disabled .p-ink {
display: none !important;
}
@keyframes ripple {
100% {
opacity: 0;
transform: scale(2.5);
}
}
</style></head><body><div id="heal-app" data-v-app=""><div><layout-full><div class="surface-0 flex align-items-center justify-content-center min-h-screen min-w-screen overflow-hidden"><div class="hidden lg:inline col-6 p-0 relative"><div class="overflow-hidden max-h-screen"><img src="/img/heal-logo-banner.3d5e1659.png" alt="heal-banner" class="h-100" style="width: 100%; object-fit: cover;"></div></div><div class="surface-card col-12 lg:col-6 main-login"><div class="h-full w-full m-0 py-7 px-4 login-box max-h-screen overflow-scroll"><div class="mb-5"><img src="images/logo.svg" alt="Image" height="150" class="mb-3 block lg:hidden"><div class="text-900 text-3lg font-medium mb-3">Welcome, to Heal!</div><span class="text-600 font-medium">Sign in to continue</span></div><form><div class="w-full md:w-10"><label for="identifier" class="block text-900 text-lg font-medium mb-2">Email or Phone</label><input class="p-inputtext p-component w-full" data-pc-name="inputtext" data-pc-section="root" id="identifier" type="text" placeholder="[email protected] or 9450994364" value="" style="padding: 1rem;"><!----><!----><button class="p-button p-component mt-3 w-full p-3 text-lg" type="submit" aria-label="Sign In" data-pc-name="button" data-pc-section="root" data-pd-ripple="true"><!----><span class="p-button-label" data-pc-section="label">Sign In</span><!----></button><button class="p-button p-component mt-3 w-full p-3 text-lg p-button-outlined p-button-secondary" type="button" aria-label="Login With Password?" data-pc-name="button" data-pc-section="root" data-pd-ripple="true" style="color: var(--primary-color);"><!----><span class="p-button-label" data-pc-section="label">Login With Password?</span><!----></button></div></form><!----></div></div><!----><!----></div></layout-full></div><!----></div><script>function placeholderImage() {
const getAllImages = document.getElementsByTagName('img');
const defaultImage = "/images/placeholder.png";
for (var i = 0; i < getAllImages.length; i++) {
if (getAllImages[i]) {
const img = getAllImages[i]
img.addEventListener('error', function handleError() {
img.src = defaultImage;
img.alt = '';
});
}
}
}
setInterval(function () { placeholderImage() }, 1000);</script><div class="p-toast p-component p-toast-top-right p-ripple-disabled" data-pc-name="toast" data-pc-section="root" style="position: fixed; top: 20px; right: 20px;"><div data-pc-section="message"></div></div><div class="p-toast p-component p-toast-bottom-right p-ripple-disabled p-custom-toast" closable="true" data-pc-name="toast" data-pc-section="root" style="position: fixed; right: 20px; bottom: 20px;"><div data-pc-section="message"></div></div><div class="p-toast p-component p-toast-bottom-right p-ripple-disabled p-custom-toast p-custom-close-icon" closable="true" data-pc-name="toast" data-pc-section="root" style="position: fixed; right: 20px; bottom: 20px;"><div data-pc-section="message"></div></div></body></html>