-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contact.html
31 lines (29 loc) · 968 Bytes
/
Contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tu Meiktila</title>
<link rel="stylesheet" type="text/CSS" href="Contact.css"/>
</head>
<body>
<h1>Contact</h1>
<ul>
<li>Phone- 09xxxxxxxx</li>
<br />
<li>Email- <a href="mailto:info@tumeiktila.edu.mm">info@tumeiktila.edu.mm</a></li>
<br />
<address>No.370,Kan U Street,Meiktila</address>
<br /><br />
<li>
<form action="http//tumeiktila.edu.mm" method="post">
<textarea rows="10" cols="50">
Message
</textarea> <br /><br />
<input class="send" type="submit" value="Send"/>
</form>
</li>
</ul>
</body>
</html>