-
Notifications
You must be signed in to change notification settings - Fork 1
/
Login.html
31 lines (27 loc) · 986 Bytes
/
Login.html
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
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<script src="Login.js"></script>
<title>fromage</title>
<link rel="stylesheet" href="style.css" />
<style>
.title {
font-size: 30px }
</style>
</head>
<body>
<div id="accountButtons">
<form method="GET" action="" id="accountForm">
<center>
<div class=title><center><h1><i><b>Login
Area</b></i></h1></center>
<div class=title><tr><td><h1><i><b>UserID:</b></i></h1></td><td>
<center><input type="text" name="username" value="" placeholder="Votre UserID">
<div class=title><tr><td><h1><i><b>Password:</b></i></h1></td><td>
<center><input type="password" name="password" value="" placeholder="Votre Password">
<center><button type="button" onclick="connect()"> Login </button>
<center><button type="button" onclick="window.location = 'nouv-compte.html';"> Créer un compte </button>
</form>
</form>
</html>