37 lines
782 B
HTML
37 lines
782 B
HTML
<html><head><style>
|
|
|
|
.center {
|
|
margin: auto;
|
|
margin-top: 50px;
|
|
width: 50%;
|
|
border: 3px solid green;
|
|
padding: 50px;
|
|
|
|
}
|
|
|
|
h1 {
|
|
margin: auto;
|
|
width: 50% ;
|
|
padding: 20px;
|
|
font-family: Helvetica, sans-serif;
|
|
font-size: 48px;
|
|
}
|
|
|
|
p {
|
|
font-family: serif;
|
|
font-size: 24px;
|
|
}
|
|
|
|
|
|
</style><title>Welcome to VREC</title></head><body>
|
|
|
|
|
|
<div class="center">
|
|
<h1>Welcome to VREC</h1><br>
|
|
|
|
<p>You have successfully logged into the online world of the <a href="https://vrec.coop">Vermont Real Estate Cooperative</a>. To activate your account please email
|
|
<a href="mailto:admin@vrec.coop ">admin@vrec.coop </a> including your full name.</p>
|
|
<p>If your account has already been activated you can head to <a href="https://members.vrec.coop">members.vrec.coop</a>.
|
|
</div>
|
|
</html>
|