-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
61 lines (53 loc) · 1.97 KB
/
Copy pathcontact.html
File metadata and controls
61 lines (53 loc) · 1.97 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
<html>
<head>
<title>Contact Luminelle</title>
<link rel="icon" href="okok..png">
<body bgcolor="#dbdbdb">
<table border="0" width="1300" height ="100" align ="center" bgcolor="#dbdbdb">
<tr>
<td>
<center>
<font face="#838383">CONTACT</font>
</td>
</tr>
</table>
<table border="0" width="1300" height ="300" align ="center" bgcolor="#838383">
<tr>
<td width=300></td>
<td>
<form>
<p align="left">Username</p>
<input type="text"></br>
<p align="left">Email</p>
<input type="Email"></br></br></br>
<input type="submit">
</form>
</td>
<td align="center">
<textarea rows="12" cols="50" textsize="6">
</textarea>
</td>
<td width=300> </td>
</tr>
</table>
<table border="0" width="1300" height ="30" align ="center" bgcolor="#838383">
<tr>
<td>
</td>
</tr>
</table>
<table border="0" width="1300" height ="30" align ="center" >
<tr>
<td>
<p align="center" ><b>LUMINELLE</b></p>
<p align="center" >luminelleshop@gmail.com</p>
<p align="center" >09229371612</p>
<p align="center" >141 Manggahan St. Libtong Meycauayan, Bulacan<br>Meycauayan, Bulacan/3020</p>
<center>
<p>© 2024 MASK</p>
</body>
</tr>
</table>
</body>
</html>