-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (90 loc) · 4.48 KB
/
index.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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link href="https://fonts.googleapis.com/css?family=Dokdo|Indie+Flower" rel="stylesheet">
<link rel="stylesheet" href="/Users/faisalalotaibi/Desktop/FE Techcampus/style.css">
<link rel="function" href="Users/faisalalotaibi/Desktop/FE Techcampus/function.js">
<meta charset="utf-8">
<link rel="icon" href="https://media.istockphoto.com/vectors/thin-lines-connection-icon-outline-of-big-data-center-group-cloud-vector-id657453422?s=2048x2048">
<title>Habibi</title>
</head>
<body>
<h1>Waink Habibi</h1>
<p>I am here ya albi, inta waink? Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<h2>My First Google Map</h2>
<form>
<label>First Name:</label><br>
<input type="text" name="name" placeholder="your name" size="30px" maxlength="12" required><br>
<label>Last Name:</label><br>
<input type="text" name="lastname" readonly><br>
<input type="submit" value="send">
</form>
<div class="map">My Map Will Go Here
</div>
<div class="mapouter"><div class="gmap_canvas"><iframe width="432" height="406" id="gmap_canvas1" src="https://maps.google.com/maps?q=four%20seasons%2C%20Boston%20&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>Werbung: <a href="https://www.jetzt-drucken-lassen.de">jetzt-drucken-lassen.de</a><style>.mapouter{position:relative;text-align:right;height:406px;width:432px;}.gmap_canvas {overflow:hidden;background:none!important;height:406px;width:432px;}</style></div></div>
<table>
<tr>
<td colspan=3>Habaibi</td>
</tr>
<tr>
<th>Name</th>
<th>Relationship</th>
<th>Age</th>
</tr>
<tr>
<td>Kelvin</td>
<td>Boyfriend</td>
<td>54</td>
</tr>
<tr>
<td>Paul</td>
<td>Lover</td>
<td>60</td>
</tr>
</table><br>
<form>
<input type="text" name="name" placeholder="Enter Your Name"> <br>
<input type="text" name="lastname" placeholder="Your Last Name"> <br>
<label>Email:</label><br>
<input type="email" name="Email" placeholder="enter your Email"><br>
<label>Phone:</label><br>
<input type="Phone" name="Phone" placeholder="enter your Phone"><br>
<label>Number:</label><br>
<input type="number" name="number" placeholder="enter your Number"><br>
<label>Password</label><br>
<input type="password" name="password" placeholder="enter a Password"><br>
<label>File</label><br>
<input type="file" name="file"><br>
<label>Color</label><br>
<input type="color" name="color"><br>
<label>Time</label><br>
<input type="time" name="time"><br>
<label>Date</label><br>
<input type="date" name="date"><br>
<input type="dropdown" name="gender"<br>
<input type="dropdown" name="gender"<br>
<input type="dropdown" name="gender"<br>
<input type="submit" value="send"><br><br>
</form>
<select>
<option>1</option>
<option>2</option>
<option>3</option>
</select><br><br>
<form>
<textarea name="message" rows="10 <col span="30"></textarea>
</form>
<a href="https://images.pexels.com/photos/1176618/pexels-photo-1176618.jpeg?cs=srgb&dl=blue-button-close-up-1176618.jpg&fm=jpg" target="_blank">Denim</a><br>
<img src="https://images.pexels.com/photos/1176618/pexels-photo-1176618.jpeg?cs=srgb&dl=blue-button-close-up-1176618.jpg&fm=jpg" alt="imgage"><br>
<a href="https://www.google.com/" target="_blank">Google</a><br><br>
<iframe src="https://youtu.be/1MOE7fsefDA" height="200" width="300">Youtube</iframe><br>
<video width="350" height="200"controls loop>
<source src="TextVidoe.mp4" type="video/MP4">
</video><br>
<audio controls autoplay>
<src="China.m4a" type="audio/m4a">
</audio><br>
<object width="450" height="400" data="Animations_with_HTML5_2000x1100_v2.webp">
</object>
</body>
</html>