-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecondo sito.html
45 lines (45 loc) · 2.29 KB
/
secondo sito.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<title> W3C NFT</title>
<meta charset="UFT-8">
<meta name="description" content="Nft e Criptovalute">
<meta name="keywords" content="Cripto, Nft, Finanza,">
<meta name="author" content="W3c Corporetion">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="js-css/W3cstilesito.css">
<link rel="icon" type="image/x-icon" href="icon1.ico">
</head>
<body>
<img src="forest image 1.jpg" class="forestimage1">
<div class="div1">
<h1 class="titolo1"> W3C NFT </h1>
<div class="div3">
<a title="Scopri" href="" class="a1"> Productions </a>
<a title="Scopri" href="" class="a2"> Solutions </a>
<a title="Scopri" href="" class="a3"> Costumer </a>
<a title="Scopri" href="" class="a4"> Pricing </a>
<a title="Scopri" href="" class="a5"> Resoucers </a>
<h1 class="register1"> Register Now</h1>
<img src="icon2.svg" class="img1" title="indietro">
</div>
<img src="immagini/icon/logo svg.svg" class="svg1">
<div class="div2">
<p class="paragrafo1">Start for Free</p>
<h1 class="titolo2">Create new account<p class="punto1">.</p></h1>
<p class="paragrafo2">Already A Number?<a href="" id="login">Log in</a></p>
<form id="form1">
<label id="firstname"> Firstname </label><br>
<input type="text" name="firstname" class="firstname" placeholder="Firstname"><br>
<label id="lastname"> Lastname</label><br>
<input type="text" name="lastname" class="lastname" placeholder="LastName"><br>
<label id="email"> Email</label><br>
<input type="email" name="email" class="email" placeholder="Email"><br>
<label id="password"> Password </label><br>
<input type="password" name="password" class="password" placeholder="Password"><br>
<input type="button" value="Create account" name="Createaccount" id="button1">
<input type="button" value="Change method" name="Changemethod" id="button2">
</form>
</div>
</body>
</html>