-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 941 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<title>Reamplify Design</title>
</head>
<body style="background-color: #999999; font-size: 24px;">
<div style="background-color: #d8d8d8; margin-left:auto; margin-right:auto; max-width: 600px; margin-top: 100px; text-align:justify; border: 1px solid black; padding-left: 30px; padding-right: 30px;">
<p>Hi there!</p>
<p>This used to be the website of Reamplify Design. Reamplify
Design was a little web company run by Mike and Alicia Henry which
built websites for small businesses and provided other website-related
services (hosting, maintenance, social media management, email
marketing, etc). It closed in 2015.
</p><p>
You can still contact Mike at <a href="mailto:mike@reamplify.com">mike@reamplify.com</a>, and Alicia at
<a href="mailto:alicia@reamplify.com">alicia@reamplify.com</a>, although they are not available for client work
at this time.
</p><p>
Thanks! <br />Mike and Alicia Henry
</p>
</div>
</body>
</html>