adding the initial html pages

This commit is contained in:
Bryan
2019-11-21 17:49:45 -05:00
parent 3cecfd5ab7
commit 94cbb0d559
8 changed files with 130 additions and 0 deletions

14
var/www/contacts.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<body>
<style>
body {
background-color: #3B5998;
}
</style>
<h2><font color="white">Heres Your Stupid Fucking Contacts</h2>
</body>
</html>