-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (74 loc) · 1.94 KB
/
Copy pathindex.html
File metadata and controls
76 lines (74 loc) · 1.94 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<title>Web2Class Basics</title>
<link
rel="shortcut icon"
href="/Images/Web3Bridge.jpg"
type="image/x-icon"
/>
</head>
<body>
<h1>WEB3BRIDGE</h1>
<p>Welcome to Web3Bridge</p>
<a href=""><link rel="stylesheet" href="/style.css" /></a> <br />
<div>
<a href="https://www.web3bridgeafrica.com/">Click to Visit our Website</a>
<br />
<br />
<a href="https://x.com/Web3Bridge">Follow us on X</a>
</div>
<!-- <a href="https://www.web3bridgeafrica.com/">Click to Visit our Website</a
><br /><br />
<a href="https://x.com/Web3Bridge">Follow us on X</a><br /><br /> -->
<a href="new.html">There is something exciting for you</a> <br /><br />
<img src="/Images/Facebook.png" alt="Facebook" /> <br /><br />
<!-- <video src="/Images/20250329_100333.mp4 "><br /><br /> -->
<br />
<span>Ayo</span>
<span>Is a boy</span>
<ol>
<li>Arsenal</li>
<li>Chelsea</li>
<li>Tottenham</li>
</ol>
<ul>
<li>Mardid</li>
<li>Barcelona</li>
<li>Real Sociadad</li>
</ul>
<form>
<label for="name">Name</label>
<input type="text" name="name" id="" /><br />
<br />
<label for="password">Password</label>
<input
type="password"
name="password"
id=""
placeholder="Minimum of 5 Digits"
minlength="3"
maxlength="5"
required
/>
<br /><br />
<label for="">Are you a Boy?</label>
<!-- <input type="radio" name="Yes" id="" />Yes
<input type="radio" name="Yes" id="" />No <br><br> -->
<input type="checkbox" name="" id="" required /> <br />
<br />
<input type="button" value="Submit" />
<textarea
name="text"
id=""
cols="15"
rows="2"
placeholder="About you"
disabled
>
Fvck you</textarea
>
di in
</form>
</body>
</html>