-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.htm
33 lines (28 loc) · 878 Bytes
/
contact.htm
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
<!DOCTYPE html>
<HTML lang="en" xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
<META charset="utf-8" />
<LINK rel="stylesheet" type="text/css" href="ssheets/contact.css">
<TITLE>tarikfawal.com</TITLE>
</HEAD>
<BODY link="000080"
alink="FF0000"
vlink="800080">
<DIV id="header">
tarikfawal.com
</DIV>
<DIV id="navbar">
<UL>
<LI><A href="index.htm">Home</A></LI>
<LI><A href="engn.htm">Engineering</A></LI>
<LI><A href="music.htm">Music</A></LI>
<LI><A href="proj.htm">Projects</A></LI>
<LI><A href="about.htm">About</A></LI>
</UL>
</DIV>
<DIV id="main">
<P>
Use the secure form below to contact me.
</DIV>
</BODY>
</HTML>