aayyyy its somethin

This commit is contained in:
trav 2021-11-11 08:55:13 -05:00
parent f1c724fb8f
commit a9f3ceadfa
1 changed files with 35 additions and 1 deletions

View File

@ -1 +1,35 @@
hello you logged in, lol <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> to have your account enabled and give you access to all the online tools available to VREC members. Someone will get back to you with everything you need to know about the next steps.</p>
</div>
</html>