-
Notifications
You must be signed in to change notification settings - Fork 0
/
boas-vindas.php
30 lines (28 loc) · 1.38 KB
/
boas-vindas.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Cadastre-se">
<meta name="keywords" content="Break">
<meta name="author" content="Iara; Vitória; Luiz e; Vinícius J">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/welcome.css">
<script type="text/javascript" src="js/feed.js"></script>
<link rel="icon" href="https://lh3.googleusercontent.com/-iVcMZ5Oeclc/WXdX3bE0tWI/AAAAAAAAZFM/ZVPSzODFT8ArUjSyc_akglrvfZO57aS9gCL0BGAs/s530-p-rw/icon_break.png" size="32x32">
<title> Break | Know the break side</title>
</head>
<body onload="loading()">
<div class="main">
<div id="mid_cont">
<h1>UAU!</h1>
<h2 >Parabéns. Sua conta <span style="background-color: #444; color: #fef271; font-style: italic;"> break </span> foi criada.</h2>
<br/>
<p>Preparado para <strong>conhecer pessoas</strong> e <strong>agregar + conhecimento?</strong></p>
<a href="index.php" title="Isso faz a mesma coisa que o outro :p" id="opt">Sim</a>
<a href="index.php" title="Isso faz a mesma coisa que o outro :p" id="opt">É claro</a>
</div>
</div>
</body>
</html>