-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmail.html
More file actions
28 lines (22 loc) · 1015 Bytes
/
mail.html
File metadata and controls
28 lines (22 loc) · 1015 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>dialogue</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" type="text/css" media="screen" href="main.css">
<script src="main.js"></script>
<link rel = "stylesheet" href = "https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
<script src = "https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src = "https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
</head>
<body>
<div data-role="dialog">
<div data-role="header"><h1><div id="text1">MAIL</div></h1></div>
<div data-role="content" id="text1"><p>MAIL - ayushi6gupta@gmail.com<br><div id="text3">@ayushi6gupta</div></p></div>
<a data-role="button" data-rel="back" data-transition="flip" data-theme="b"><div id="text">Back</div></a>
</div>
</body>
</html>