Ranamed contact.html

This commit is contained in:
Lucas Kent 2022-11-28 13:25:30 -05:00 committed by GitHub
parent ff848d8028
commit 0aeed24bc2

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Contact Us</title> <title>WIP</title>
<link rel="apple-touch-icon" sizes="180x180" href="/assets/Favicons/Base_Favicon/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="180x180" href="/assets/Favicons/Base_Favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/Favicons/Base_Favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="32x32" href="/assets/Favicons/Base_Favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/Favicons/Base_Favicon/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="16x16" href="/assets/Favicons/Base_Favicon/favicon-16x16.png">
@ -25,5 +25,7 @@
<li><a href="/blog.html">Blog</a></li> <li><a href="/blog.html">Blog</a></li>
<li><a class="active" href="/wip.html">WIP</a></li> <li><a class="active" href="/wip.html">WIP</a></li>
</ul> </ul>
<h1>WIP</h1>
<p>This page is going to be worked on eventually.</p>
</body> </body>
</html> </html>