Skip to content

Instantly share code, notes, and snippets.

@tienminhvy
Created September 8, 2018 08:39
Show Gist options
  • Save tienminhvy/e29dca9c26ba6fc772086d0ab649b9d3 to your computer and use it in GitHub Desktop.
Save tienminhvy/e29dca9c26ba6fc772086d0ab649b9d3 to your computer and use it in GitHub Desktop.
File from forum.protechtrick.ga
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<link rel="shortcut icon" href="https://static.xx.fbcdn.net/rsrc.php/yo/r/iRmz9lCMBD2.ico">
<meta name=description content="Chuyển hướng sang Group">
<meta name=viewport content="width=device-width, initial-scale=1">
<title>Group Facebook</title>
<meta http-equiv="refresh" content="3;url=https://www.facebook.com/groups/jgteamcommunity/">
<style type="text/css">
.img{
background: url('https://i.imgur.com/4pKIkqE.jpg') no-repeat center center;
width: auto;
height: auto;
min-height: 100%;
min-width: 100%;
background-position: center center;
position: absolute;
}
.behind{
position: fixed;
z-index: 1;
opacity: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.6);
}
.text {
position: relative;
color: white;
z-index: 2;
text-align: center;
}
/*
.text a {
text-decoration: none;
color: red;
}
.text a:hover {
color: white;
}
*/
.text .title{
font-size: 65px;
font-family: 'Pacifico', cursive;
text-shadow: 2px 2px black;
}
.text .desh{
font-size: 21px;
font-family: 'Arial', sans-serif;
}
/*
.text .subtitle{
font-size: 35px;
font-family: 'Pacifico', cursive;
text-shadow: 2px 2px black;
}
.text .subdomain{
margin-top: 10px;
}
*/
.text p {
font-size: 15px;
font-family: 'Arial', sans-serif;
}
/*
.text2{
position: relative;
margin-top: 80px;
}
*/
.logo{
position: relative;
z-index: 3;
display: block;
width: auto;
margin: 0 50px;
bottom: 20%;
height: 60px;
}
.logo img{
float: right;
}
</style>
</head>
<body>
<div class="img">
<div class="behind"></div>
<div class="text">
<h1 class="title">Đang Chuyển hướng!</h1>
<p class="desh">Vui lòng đợi!</p>
</div>
<div class="logo"><a href="https://protechtrick.ga" target="_blank"><img src="https://i.imgur.com/MHGY5aa.png?1" alt="My Project" width="auto" height="60px"></a></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment