-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1011 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (28 loc) · 1011 Bytes
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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bem-vindo ao GitHome</title>
<link rel="stylesheet" href="./css/index.css" />
</head>
<body>
<div class="container">
<h1>Bem-vindo ao Serviço de Hospedagem GitHome</h1>
<p>Para clonagem de arquivos, por favor cadastre-se ou faça login.</p>
<a href="cadastro.html" class="button">Cadastrar</a>
<a href="login.html" class="button">Login Com E-mail e Senha</a>
<a href="#" class="button github-button" id="login-github">
<img
src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
alt="GitHub Logo"
class="github-logo"
/>
Login com GitHub </a
><br />
<span id="loginFeedback" class="error"></span>
</div>
<script src="./js/AjaxRequest.js"></script>
<script src="./js/index.js"></script>
</body>
</html>