You are on page 1of 2

<!

doctype html>
<html lang='pt_BR'>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PHO - Login</title>
<link rel="shortcut icon" type="image/x-icon" href="img/icons/pho.ico">
<link href="https://cdn.aplicupsystem.com/css/systemhb.min.css"
rel="stylesheet">
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/
bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor"
crossorigin="anonymous">
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.mi
n.js"
integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2"
crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/font-pho.css">
<script src="js/jquery/jquery-3.2.1.min.js"></script>
</head>
<body class="conteudo_site">
<div class="color_bg"></div>
<div class="bg"></div>
<form action="login" method="post" id="login" class="form-login"
style="float:left">
<div class="panel" style=" box-shadow: 0px 0px 20px 16px
#0000002b; animation: panel 1s ease 0s 1 normal none">
<div class="panel-body" style="text-
align:left;padding:0px;"></div>
<div class="cabeca-do-cartao">
<img class="mb-1" src="img/icons/logo.png"
style="animation: opacidade 2s ease 0.5s 1 normal forwards, logo 2s ease 2s 1
normal forwards;">
<br>
<h2 class="titulo" style="animation:
opacidade_titulo 1s ease 0.8s 1 normal forwards, titulo 3s ease 2s 1 normal
forwards;"> Policia Habbo Oficial
</h2>
<br>
<h2 class="sub-titulo" style="animation:
opacidade_titulo 1s ease 0.8s 1 normal forwards, sub-titulo 4s ease 2s 1 normal
forwards;"> #AvantePHO
</h2>
</div>
<div class="container pb-5">
<form>
<div class="form-group">
<input type="username" class="form-
control" placeholder="Nick do Habbo">
</div>
<div class="form-group">
<input type="password" class="form-
control" placeholder="Senha">
</div>
</form>
</div>
</div>
</div>
</form>
<script src="js/jquery/jquery-3.2.1.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>

You might also like