-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
52 lines (48 loc) · 1.48 KB
/
home.html
File metadata and controls
52 lines (48 loc) · 1.48 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
<!DOCTYPE html>
<html>
<head>
<link href="./img/favicon.png" rel="shortcut icon" />
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0" name="viewport" />
<title>
Send an email from html
</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js">
</script>
<script src="./js/tellus1.js"></script>
<script src="./js/tellus2.js"></script>
<meta content="Doxa Labs Ltd" name="author">
</meta>
</head>
<body style="margin: 0; background: rgba(255, 255, 255, 1.0);">
<div class="bp2-rect1copy3">
</div>
<div class="bp2-cname">
<div class="bp2-rectangle">
</div>
<input class="bp2-textyourname" name="textYourName2" placeholder="Your name" />
</div>
<div class="bp2-cemail">
<div class="bp2-rectangle">
</div>
<input class="bp2-textemail" name="textEmail2" placeholder="Email" />
</div>
<div class="bp2-cmessage">
<div class="bp2-rectangle">
</div>
<textarea class="bp2-textmessage" name="textMessage2" placeholder="Message"></textarea>
</div>
<a href="#" id="tellus2">
<div class="bp2-getstarted">
<div class="bp2-rectanglecopy">
</div>
<div class="bp2-send-layout-container">
<div class="bp2-send">
Send
</div>
</div>
</div>
</a>
</div>
</body>
</html>