andrews/maydo/backhome.html

44 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Loading</title>
<meta charset="UTF-8">
<meta http-equiv="Refresh" content="2; url='/'" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/w3css/w3.css">
<link rel="stylesheet" href="/maydo/loading.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<style>
body,h1 {font-family: "Raleway", sans-serif}
body, html {height: 100%}
.bgimg {
background-image: url('https://dummyimage.com/640x640/000000/000000.png');
min-height: 100%;
background-position: center;
background-size: cover;
}
</style>
</head>
<body>
<div class="bgimg w3-display-container w3-animate-opacity w3-text-white">
<script>
// alert("You are now being redirected.");
</script>
<!-- <div class="w3-display-topleft w3-padding-large w3-xlarge">
Mr. Andrews
</div>-->
<!--<div class="w3-display-middle">
<h1 class="w3-jumbo w3-animate-top">Loading</h1>
<hr class="w3-border-grey" style="margin:auto;width:40%">
<p class="w3-large w3-center">Please Wait...</p><br>
<!--<div class="loader"></div>-->
</div>
<!-- <div class="w3-display-bottomleft w3-padding-large">
Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a>
</div>-->
</div>
</body>
</html>