Conexão Recusada
About this app
A conexão com o site foi recusada
Conexão Recusada Conexão Recusada A conexão com o site foi recusada. Por favor, tente novamente mais tarde. Tentar Novamente
Related apps
Put this on your site
Source
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Conexão Recusada</title>
<meta name="description" content="A conexão com o site foi recusada">
<meta name="keywords" content="conexão, recusada, site">
<style>
body {
font-family: 'Arial', sans-serif;
background-color: #f1f1f1;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
}
h1 {
font-size: 32px;
color: #333;
margin-bottom: 16px;
}
p {
font-size: 18px;
color: #666;
margin-bottom: 32px;
}
.refresh-button {
padding: 8px 16px;
background-color: #3498db;
color: #fff;
border: none;
border-radius: 4px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
}
.refresh-button:hover {
background-color: #2980b9;
}
</style>
<script type="text/javascript">
// This will run when the DOM is ready.
document.addEventListener("DOMContentLoaded", function() {
// Reload the page when the refresh button is clicked
const refreshButton = document.querySelector('.refresh-button');
refreshButton.addEventListener('click', function() {
window.location.reload();
});
});
</script>
</head>
<body>
<div id="main-container" class="container">
<h1>Conexão Recusada</h1>
<p>A conexão com o site foi recusada. Por favor, tente novamente mais tarde.</p>
<button class="refresh-button">Tentar Novamente</button>
</div>
</body>
</html>
NEW APPS
These are apps made by the community!