forked from Kyler50/WebPage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemail.html
51 lines (44 loc) · 1.98 KB
/
email.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Webfejlesztés</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="generator" content="Geany 1.26" />
<link rel="icon" href="icon.png" type="image/x-icon"/>
<link rel="stylesheet" href="web.css">
</head>
<body background="hat.png"></body>
<div id="menu"><a href="index.html"><img src="logo.png" style="float:left;width:45%;position:relative;left:20px;top:20px;"></a>
<center>
<h2>Richard Vas</h2><br><br>
<A HREF ="index.html">Home</b></A> |
<A HREF ="introduction.html">Introduction myself</A> |
<A HREF ="task.html">About task</A> |
<A HREF ="weather.html">Local weather</A>
</center>
<div id="link">
<p class="e"><a href="task.html">Back</a></p>
<center><h1>Contact!!</h1></center><br>
You can contact me here:<br><br>
<center>
<label for="name">Name:<br></label>
<input type="text" autofocus required placeholder="Enter your name!" id="name"/><br><br>
<label for="email">Email:<br></label>
<input type="email" required placeholder="Give your email!" id="email"/><br><br>
<label for="message">Message:<br></label>
<input type="text" required placeholder="Write your message here!" id="message"/><br><br>
<input type="submit" id="buttonSend" formaction="mailto:[email protected]" formmethod="post" formenctype="text/plain" value="Send"/><br>
</div>
</center>
<script src="js/work.js"></script>
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-70345950-1', 'auto');
ga('send', 'pageview');
</script>
</html>