-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprofilo.php
41 lines (41 loc) · 1.96 KB
/
profilo.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
31
32
33
34
35
36
37
38
39
40
41
<!doctype html>
<html>
<head>
<title>
Profilo BookReplacer
</title>
<link href="css/stile-default.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
</head>
<body class="centroPagina">
<div class="container-{breakpoint}">
<h1 class="biancoSuNero" style="text-align:center; pydding: 2em;">
<div class="row">
<div class="col-lg-12">
Profilo BookReplacer
</div>
</div>
</h1>
<div class="row">
<div class="col-lg-3">
<input type="image" src="img/profilo-vuoto.jpg" id="immagineProfilo" alt="Si è verificato un errore scusateci per l'inconveniente">
</div>
<div class="col-lg-9">
<p></p>
<input type="text" name="utente" class="interoQuadranteOrizzontale" placeholder="nome utente">
<p></p>
<input type="email" name="E-mail" class="interoQuadranteOrizzontale" placeholder="E-mail">
<p></p>
<input type="password" name="password" class="interoQuadranteOrizzontale" placeholder="password">
<p></p>
<a href="trova-libri.php" class="linkNero">
<input type="submit" class="arancio" id="salva" value="salva">
</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>