- ID scansione:
- 1cef88db-99e7-4b3f-9f51-f08556867435Fatto
- URL inviato:
- https://particulierespaceclientuk.uk/
- Report terminato:
Link · 11 trovati
I link in uscita identificati dalla pagina
Link | Testo |
---|---|
https://www.plesk.com?utm_campaign=plesk_site_default_page_js | plesk.com |
https://support.plesk.com/hc/en-us/articles/213413369-How-to-log-in-to-Plesk-?utm_campaign=plesk_site_default_page_js | Learn how |
https://wpguardian.io?utm_campaign=plesk_site_default_page_js | WP Guardian |
https://www.plesk.com/blog/business-industry/whats-control-panel-all-you-need-to-know/?utm_campaign=plesk_site_default_page_js | control panel |
https://docs.plesk.com/try-plesk-now/?utm_campaign=plesk_site_default_page_js | Try Online Demo |
https://docs.plesk.com/en-US/obsidian/?utm_campaign=plesk_site_default_page_js | Plesk Guides |
https://support.plesk.com/hc/en-us?utm_campaign=plesk_site_default_page_js | Knowledge Base |
https://talk.plesk.com/?utm_campaign=plesk_site_default_page_js | Forum |
https://www.plesk.com/blog/?utm_campaign=plesk_site_default_page_js | Developer Blog |
https://www.youtube.com/channel/UCeU-_6YHGQFcVSHLbEXLNlA/playlists?utm_campaign=plesk_site_default_page_js | Video Guides |
Variabili JavaScript · 3 trovate
Le variabili JavaScript globali caricate sull'oggetto finestra di una pagina sono variabili dichiarate all'esterno delle funzioni e accessibili da qualsiasi punto del codice nell'ambito corrente
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Messaggi di log della console · 2 trovati
Messaggi registrati nella console Web
Tipo | Categoria | Log |
---|---|---|
warning | network |
|
warning | network |
|
HTML
Il corpo HTML non elaborato della pagina
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>Domain Default page</title>
<meta name="copyright" content="Copyright 1999-2024. WebPros International GmbH. All rights reserved.">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="https://assets.plesk.com/static/default-website-content/public/favicon-2d0e10.ico">
<link rel="preload" href="https://assets.plesk.com/static/default-website-content/public/fonts/inter-v12-latin-regular-be7cb1.woff2" as="font" type="font/woff2" crossorigin="">
<style type="text/css">
/* Copyright 1999-2024. WebPros International GmbH. All rights reserved. */
@font-face {
font-family: "Inter";
font-display: swap;
font-style: normal;
font-weight: 400;
src: url(https://assets.plesk.com/static/default-website-content/public/fonts/inter-v12-latin-regular-be7cb1.woff2) format("woff2");
}
@font-face {
font-family: "Inter";
font-display: swap;
font-style: normal;
font-weight: 700;
src: url(https://assets.plesk.com/static/default-website-content/public/fonts/inter-v12-latin-700-54321e.woff2) format("woff2");
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
min-block-size: 100vh;
color: rgba(255, 255, 255, 0.9);
font-weight: 400;
font-size: 16px;
font-family: "Inter", sans-serif;
overflow-x: hidden;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
body {
min-block-size: 100vh;
margin: 0;
font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
line-height: 1.6;
background: #19191f url(https://assets.plesk.com/static/default-website-content/public/img/stars-fb15b6.svg) 50% 28px no-repeat;
background-size: 1760px 852px;
background-attachment: fixed;
}
.page {
position: relative;
display: flex;
flex-direction: column;
min-block-size: 100vh;
max-inline-size: 100%;
padding-inline: 24px;
}
@media (min-width: 768px) {
.page {
overflow: hidden;
}
.page::after {
content: "";
position: absolute;
inset-block-start: -20px;
inset-inline-end: -178px;
inline-size: 30vw;
block-size: 686px;
background: url(https://assets.plesk.com/static/default-website-content/public/img/robot-4b152c.svg) 0 0 no-repeat;
background-size: contain;
transform: rotate(-17deg);
z-index: -1;
}
}
a {
color: #39b6e8;
text-decoration: none;
cursor: pointer;
background-color: transparent;
transition: 0.25s ease-in-out;
}
a:active,
a:hover {
outline: none;
}
a:hover {
color: #78d6fc;
}
p,
ul {
margin-block: 0 0.5rem;
}
.header__inner,
.content__inner,
.footer__inner {
max-inline-size: 1220px;
margin: auto;
}
.header__content {
display: grid;
padding-block: 2rem;
}
.header__logo {
justify-self: center;
}
@media (min-width: 768px) {
.header__logo {
justify-self: start;
}
}
.header__title,
.header__message,
.note {
max-inline-size: 900px;
margin: auto;
}
.header__title {
margin-block: 0.5rem 1.5rem;
font-size: clamp(1.75rem, 1.214rem + 1.429vw, 2.5rem);
line-height: 1.2;
text-align: center;
}
.header__message {
margin-block-end: 1.5rem;
}
.note,
p.header__message {
text-align: center;
}
.note__container {
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 1rem;
max-inline-size: 1220px;
margin-block: 2rem;
}
.note__item {
background: rgba(31, 158, 207, 0.6);
border-radius: 0.5rem;
padding: 1rem 1.75rem;
display: flex;
flex-direction: row;
gap: 1rem;
align-items: center;
font-size: 1rem;
max-width: 900px;
margin: 0 auto;
flex: 1;
}
.note__item-media {
display: flex;
flex: none;
justify-content: center;
align-items: center;
inline-size: 72px;
block-size: 72px;
margin-inline-end: 4px;
margin-block-end: 4px;
background-color: #fff;
padding: 6px;
border-radius: 8px;
box-shadow: 4px 4px 0 #1f9ecf;
}
.note__item-media > img {
max-inline-size: 100%;
block-size: auto;
}
@media (min-width: 960px) {
.note__container {
flex-direction: row;
}
}
.note__message-lead {
font-size: clamp(1.5rem, 1.3rem + 1vw, 1.75rem);
line-height: 1.2;
}
.note__link {
font-weight: 700;
}
.note__button {
display: inline-block;
margin-block-start: 1.25rem;
padding-block: clamp(0.75rem, 0.393rem + 0.952vw, 1.25rem);
padding-inline: clamp(1.5rem, 0.786rem + 1.905vw, 2.5rem);
border-radius: 4px;
font-size: clamp(1.5rem, 1.143rem + 0.952vw, 2rem);
font-weight: 700;
line-height: 1;
color: rgba(255, 255, 255, 0.9);
background-color: #39b6e8;
white-space: nowrap;
}
.note__button:hover {
color: rgba(255, 255, 255, 0.9);
background-color: #1f9ecf;
}
@media (max-width: 769px) {
.header__title br {
display: none;
}
}
.content {
display: block;
flex: auto;
}
.content__title {
margin-block: 0 1rem;
font-size: clamp(1.5rem, 1.321rem + 0.476vw, 1.75rem);
font-weight: 400;
line-height: 1.2;
}
.columns {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
gap: 0 1rem;
}
@media (min-width: 390px) {
.columns {
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}
}
.resources-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
gap: 1.5rem 0.5rem;
margin-block-start: 3.4rem;
padding: 0;
list-style: none;
}
@media (min-width: 960px) {
.resources-list {
margin-inline-start: auto;
max-inline-size: 32rem;
}
}
.resources-list__item {
text-align: center;
}
.resources-list__icon {
display: block;
margin-inline: auto;
margin-block-end: 0.25rem;
inline-size: 40px;
block-size: 40px;
padding: 10px;
transition: 0.3s;
background-color: #b6e7f9;
border-radius: 12px;
}
.resources-list__icon svg {
display: block;
width: 20px;
height: 20px;
fill: currentColor;
}
.resources-list__item > a:hover .resources-list__icon {
background-color: #1f9ecf;
color: #fff;
}
.content__button {
display: inline-block;
margin-block-start: 1.25rem;
padding-block: clamp(0.5rem, 0.143rem + 0.952vw, 1rem);
padding-inline: clamp(1rem, 0.643rem + 0.952vw, 1.5rem);
border-radius: 4px;
font-size: clamp(1rem, 0.732rem + 0.714vw, 1.375rem);
font-weight: 700;
line-height: 1;
color: rgba(255, 255, 255, 0.9);
border: 1px solid #39b6e8;
white-space: nowrap;
}
.content__button:hover {
color: rgba(255, 255, 255, 0.9);
background-color: #1f9ecf;
border-color: #39b6e8;
}
.footer {
flex: none;
font-size: 0.75rem;
line-height: 1.4;
color: #adb4c2;
}
.footer a {
color: #adb4c2;
text-decoration: none;
font-weight: 700;
}
.footer a:hover {
color: rgba(255, 255, 255, 0.8);
}
.footer__inner {
margin-block-start: 2rem;
padding-block: 1.5rem;
text-align: center;
}
</style>
</head>
<body>
<div class="page">
<header class="header">
<div class="header__inner">
<div class="header__content">
<a class="header__logo" href="https://www.plesk.com?utm_campaign=plesk_site_default_page_js" target="_blank" data-id="logo-link">
<img src="https://assets.plesk.com/static/default-website-content/public/img/logo-81ca7a.svg" width="97" height="40" alt="Plesk">
</a>
<h1 class="header__title">
This is a default webpage generated for<br>
<a href="https://particulierespaceclientuk.uk?utm_campaign=plesk_site_default_page_js" data-id="domain-link">particulierespaceclientuk.uk</a>
by Plesk
</h1>
<div class="note">
<div class="note__message">
<p class="note__message-lead">Log in to Plesk to create websites and set up hosting</p>
<p>New to Plesk? <a class="note__link" href="https://support.plesk.com/hc/en-us/articles/213413369-How-to-log-in-to-Plesk-?utm_campaign=plesk_site_default_page_js" target="_blank" rel="nofollow noopener noreferrer" data-id="howtologin">Learn how</a> to log in and start working with it.</p>
</div>
<a class="note__button" href="https://particulierespaceclientuk.uk:8443?utm_campaign=plesk_site_default_page_js" data-id="plesk-login">Log in to Plesk</a>
</div>
<div class="note__container">
<div class="note__item">
<img src="https://assets.plesk.com/static/default-website-content/public/img/sitejet-db3cac.svg" width="76" height="76" alt="Sitejet">
<span>
If you are a site owner, try <a target="_blank" data-id="sitejet-link" href="https://particulierespaceclientuk.uk:8443/modules/notifier/index.php/sitejet-promo">Sitejet Builder</a> - a free, beginner-friendly low code/no-code site builder and editor seamlessly integrated within the Plesk control panel. ​Design professional, conversion-driven websites in half the time.
</span>
</div>
<div class="note__item">
<div class="note__item-media">
<img src="https://assets.plesk.com/static/default-website-content/public/img/wpg-b313a8.svg" width="77" height="28" alt="WP Guardian">
</div>
<span>
If you are the service provider and you host WordPress sites outside of Plesk.
Try <a href="https://wpguardian.io?utm_campaign=plesk_site_default_page_js" data-id="wp-guardian-link" target="_blank">WP Guardian</a> - it provides complete visibility into the health of your WordPress websites in one place and keeps them protected with flexible updates management.
</span>
</div>
</div>
</div>
</div>
</header>
<main class="content">
<div class="content__inner">
<div class="columns">
<div class="columns__column">
<h2 class="content__title">What is Plesk</h2>
<p><b><a href="https://www.plesk.com?utm_campaign=plesk_site_default_page_js" target="_blank" rel="nofollow noopener noreferrer" data-id="content-plesk-link">Plesk</a></b> is a hosting
<a href="https://www.plesk.com/blog/business-industry/whats-control-panel-all-you-need-to-know/?utm_campaign=plesk_site_default_page_js" target="_blank" rel="nofollow noopener noreferrer" data-id="content-control-panel-link">control panel</a>
with simple and secure web server, website and web apps management tools. It is specially designed to help web professionals manage web,
DNS, mail and other services through a comprehensive and user-friendly GUI. Plesk is about intelligently managing servers, apps,
websites and hosting businesses, on both traditional and cloud hosting.</p>
<a class="content__button" href="https://docs.plesk.com/try-plesk-now/?utm_campaign=plesk_site_default_page_js" target="_blank" rel="nofollow noopener noreferrer" data-id="try-plesk">
<span>Try Online Demo</span>
</a>
</div>
<div class="columns__column">
<ul class="resources-list">
<li class="resources-list__item">
<a class="plesk-guides" href="https://docs.plesk.com/en-US/obsidian/?utm_campaign=plesk_site_default_page_js" target="_blank" rel="noopener noreferrer" data-id="plesk-guides">
<span class="resources-list__icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M1.33 1.33h16V4h-16V1.33Zm0 4v12H12a.67.67 0 0 1 0 1.34H1.33c-.73 0-1.33-.6-1.33-1.34v-16C0 .6.6 0 1.33 0h16c.74 0 1.34.6 1.34 1.33V12a.67.67 0 0 1-1.34 0V5.33h-16Z" clip-rule="evenodd"></path><path fill-rule="evenodd" d="m18.64 17.47-6.88-6.87a.1.1 0 0 0-.04-.02L10 10l.58 1.72.02.04 6.87 6.88c.04.04.11.04.15 0l1.02-1.02a.1.1 0 0 0 0-.15ZM9.3 12.15c.07.2.2.4.35.56l6.87 6.87c.56.56 1.47.56 2.03 0l1.02-1.02c.56-.56.56-1.47 0-2.03L12.7 9.66a1.44 1.44 0 0 0-.56-.35l-3.91-1.3a.18.18 0 0 0-.23.23l1.3 3.9Z" clip-rule="evenodd"></path></svg>
</span>
<span class="resources-list__text" lang="en">Plesk Guides</span>
</a>
</li>
<li class="resources-list__item">
<a href="https://support.plesk.com/hc/en-us?utm_campaign=plesk_site_default_page_js" target="_blank" rel="noopener noreferrer" data-id="knowledge-base">
<span class="resources-list__icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M16.75 17.17v.33c0 .7-.56 1.25-1.25 1.25H3.25V17.5H15.5c.46 0 .88-.12 1.25-.33Zm-13.5-.92v-15H15.5c.69 0 1.25.56 1.25 1.25V15c0 .7-.56 1.25-1.25 1.25H3.25ZM2 1.25C2 .56 2.56 0 3.25 0H15.5A2.5 2.5 0 0 1 18 2.5v15a2.5 2.5 0 0 1-2.5 2.5H3.25C2.56 20 2 19.44 2 18.75V1.25Z" clip-rule="evenodd"></path></svg>
</span>
<span class="resources-list__text" lang="en">Knowledge Base</span>
</a>
</li>
<li class="resources-list__item">
<a href="https://talk.plesk.com/?utm_campaign=plesk_site_default_page_js" target="_blank" rel="noopener noreferrer" data-id="forum">
<span class="resources-list__icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M18.71 1H1.29A1.3 1.3 0 0 0 0 2.3v12.59c0 .7.58 1.29 1.29 1.29h2.28l2.04 3.94a.65.65 0 0 0 1 .01L10 16.18h8.71a1.3 1.3 0 0 0 1.29-1.3V2.3C20 1.58 19.42 1 18.71 1Zm0 13.89H9.68a.64.64 0 0 0-.57.34L6.13 18.7 4.4 15.16l-.02-.02a.64.64 0 0 0-.5-.25H1.28V2.29h17.42v12.6Z" clip-rule="evenodd"></path></svg>
</span>
<span class="resources-list__text" lang="en">Forum</span>
</a>
</li>
<li class="resources-list__item">
<a href="https://www.plesk.com/blog/?utm_campaign=plesk_site_default_page_js" target="_blank" rel="noopener noreferrer" data-id="developer-blog">
<span class="resources-list__icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" focusable="false" aria-hidden="true"><path d="M2.25 1.25h12.5v9.38a.62.62 0 1 0 1.25 0V1.24C16 .56 15.44 0 14.75 0H2.25C1.56 0 1 .56 1 1.25v17.5c0 .69.56 1.25 1.25 1.25h6.88a.63.63 0 1 0 0-1.25H2.25V1.25Z"></path><path fill-rule="evenodd" d="M18.28 11.09c.26.22.3.62.07.88l-5.56 6.46a.63.63 0 0 1-.96 0l-3.19-3.94a.63.63 0 1 1 .97-.79l2.72 3.35 5.07-5.9c.23-.26.62-.29.88-.06Z" clip-rule="evenodd"></path><path d="M3.5 4.38c0-.35.28-.63.63-.63h8.75a.63.63 0 0 1 0 1.25H4.13a.63.63 0 0 1-.63-.63ZM3.5 6.88c0-.35.28-.63.63-.63h8.75a.63.63 0 0 1 0 1.25H4.13a.63.63 0 0 1-.63-.63ZM3.5 9.38c0-.35.28-.63.63-.63h8.75a.63.63 0 0 1 0 1.25H4.13a.63.63 0 0 1-.63-.63ZM3.5 11.88c0-.35.28-.63.63-.63h2.5a.63.63 0 0 1 0 1.25h-2.5a.63.63 0 0 1-.63-.63Z"></path></svg>
</span>
<span class="resources-list__text" lang="en">Developer Blog</span>
</a>
</li>
<li class="resources-list__item">
<a href="https://www.youtube.com/channel/UCeU-_6YHGQFcVSHLbEXLNlA/playlists?utm_campaign=plesk_site_default_page_js" target="_blank" rel="noopener noreferrer" data-id="video-guides">
<span class="resources-list__icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M10 20a10 10 0 1 0 0-20 10 10 0 0 0 0 20Zm0-1.25a8.75 8.75 0 1 0 0-17.5 8.75 8.75 0 0 0 0 17.5Z" clip-rule="evenodd"></path><path d="M14.7 9.48c.4.24.4.8 0 1.04l-6.25 3.76c-.42.25-.95-.04-.95-.51V6.23c0-.47.53-.76.95-.51l6.26 3.76Z"></path></svg>
</span>
<span class="resources-list__text" lang="en">Video Guides</span>
</a>
</li>
<li class="resources-list__item">
<a href="https://www.facebook.com/Plesk?utm_campaign=plesk_site_default_page_js" target="_blank" rel="noopener noreferrer" data-id="facebook">
<span class="resources-list__icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" focusable="false" aria-hidden="true"><path d="M10 1.25a8.76 8.76 0 0 1 2.81 17.04v-3.21h.3c.9 0 1.64-.64 1.78-1.53l.27-1.8a1.8 1.8 0 0 0-1.78-2.06h-.57v-.63a.6.6 0 0 1 .04-.25c.02-.02.13-.06.34-.06h.71c1 0 1.8-.8 1.8-1.8V5.51c0-.9-.67-1.66-1.57-1.78-.48-.06-1.2-.14-1.92-.14-3.05 0-5.02 2.02-5.02 5.14v.96h-.43c-1 0-1.8.8-1.8 1.8v1.79c0 1 .8 1.8 1.8 1.8h.43v3.21A8.75 8.75 0 0 1 10 1.25ZM10 0c-.23 0-.47 0-.7.02a10 10 0 0 0-1.38 19.74c.27 0 .52-.23.52-.53v-5.4H6.76a.55.55 0 0 1-.55-.55v-1.8c0-.3.25-.54.55-.54h1.68v-2.2c0-2.51 1.49-3.9 3.77-3.9.66 0 1.33.07 1.76.13.28.03.48.27.48.54v1.44c0 .3-.24.55-.55.55h-.7c-1.25 0-1.64.77-1.64 1.56v1.88h1.82c.34 0 .6.3.55.63l-.28 1.8a.55.55 0 0 1-.54.46h-1.55v5.4a.53.53 0 0 0 .65.52A10 10 0 0 0 10 0Z"></path></svg>
</span>
<span class="resources-list__text" lang="en">Facebook</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</main>
<footer class="footer">
<div class="footer__inner">
This page was generated by Plesk. Plesk is the leading WebOps platform to run, automate and grow applications, websites and hosting businesses.
Learn more at <a href="https://www.plesk.com?utm_campaign=plesk_site_default_page_js" target="_blank" rel="nofollow noopener noreferrer" data-id="footer-plesk-link">plesk.com</a>
</div>
</footer>
<script src="https://assets.plesk.com/static/default-website-content/public/bundle.js"></script></div></body></html>