-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathurgent_message.html
More file actions
22 lines (21 loc) · 852 Bytes
/
Copy pathurgent_message.html
File metadata and controls
22 lines (21 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<template name="urgent">
<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>Re: Having problems -- Please respond</title>
</head>
<body>
<div align="left">
<br><h4>Re: Having problems -- Please respond</h4>
<br>From <b>alisa</b><br>
<br>Message <br><br><p style="border-style:solid;">Thanks for answering all my questions. I'm sure you had to spend a lot of time to answer them since I
asked so many questions but thanks! Talking to you made me feel a lot better! I'm so happy that you are my mentor. ^_^</p>
</div>
<div>
<br> <button type="submit" class="btn btn-info" align="center" onClick="window.close(); return false;">
Close
</button>
</div>
</body>
</template>