-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
44 lines (34 loc) · 1.05 KB
/
index.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
42
43
44
<!DOCTYPE html>
<html>
<head>
<title>Book Sharing</title>
<link rel="stylesheet" href="css/all.css" type="text/css">
<link rel="stylesheet" href="css/main.css" type="text/css">
<link rel="icon" href="res/icona.ico">
</head>
<body>
<div id="main">
<div id="header">
<div id ="logo">
<img src="res/scritta.png" alt="Logo"/>
</div>
<a href="login.php">
<div id="login">
Login
</div>
</a>
</div>
<div id="container">
<div id ="linkutili">
<br><br><br>
<div class="singlelink"><a href="comefunziona.php">Come funziona</a></div>
<br><br><br><br>
<div class="singlelink"><a href="registration.php">Registrati</a></div>
</div>
<div id="frase">
Acquistane uno,<br>leggili tutti.
</div>
</div>
</div>
</body>
</html>