https://housinghelpandsupportnews.com/

Submitted URL:
https://housinghelpandsupportnews.com
Report Finished:

The outgoing links identified from the page

LinkText
https://optconsumerprivacy.com/CCPA

JavaScript Variables · 4 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
Alpineobject

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta http-equiv="x-ua-compatible" content="ie=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Housing Help and Support News</title><link rel="stylesheet" type="text/css" href="/static/css/style.css"></head><body class=""><div class="lg:fixed w-full"><nav class="flex items-center justify-center lg:justify-between flex-wrap p-6 lg:px-0 container mx-auto" x-data="{ isOpen: false }" @keydown.escape="isOpen = false" @click.away="isOpen = false"><div class="flex items-center"><a href="/" class="text-indigo-500 font-bold text-sm md:text-lg lg:text-lg">Housing<span class="text-black"> Help</span> and <span class="text-black">Support</span> News</a></div><button @click="isOpen = !isOpen" type="button" class="ml-auto block lg:hidden px-2 text-primary-500 hover:text-primary-500 focus:outline-none focus:text-primary-500" :class="{ 'transition transform-180': isOpen }" aria-label="Menu"><svg class="h-6 w-6 fill-current" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path x-show="isOpen" fill-rule="evenodd" clip-rule="evenodd" d="M18.278 16.864a1 1 0 0 1-1.414 1.414l-4.829-4.828-4.828 4.828a1 1 0 0 1-1.414-1.414l4.828-4.829-4.828-4.828a1 1 0 0 1 1.414-1.414l4.829 4.828 4.828-4.828a1 1 0 1 1 1.414 1.414l-4.828 4.829 4.828 4.828z" style="display: none;"></path><path x-show="!isOpen" fill-rule="evenodd" d="M4 5h16a1 1 0 0 1 0 2H4a1 1 0 1 1 0-2zm0 6h16a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2zm0 6h16a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2z"></path></svg></button><div class="w-full flex-grow lg:flex lg:items-center lg:w-auto text-center hidden" :class="{ 'block shadow-3xl': isOpen, 'hidden': !isOpen }" x-show.transition="true"><ul class="pt-6 lg:pt-0 list-reset lg:flex justify-end flex-1 items-center"><li class="nav__item mr-3"><a @click="isOpen = false" class="text-ml inline-block text-gray-500 no-underline hover:text-indigo-500 py-2 px-4" href="/sign-up">Sign Up</a></li><li class="nav__item mr-3"><a @click="isOpen = false" class="text-ml inline-block text-gray-500 no-underline hover:text-indigo-500 py-2 px-4" href="/blog">Blog</a></li></ul></div></nav></div><div class="container mx-auto lg:h-screen flex flex-col justify-center items-center"><h1>Welcome to <strong class="bg-clip-text text-transparent bg-gradient-to-r from-blue-500 to-purple-500 p-1">Housing Help and Support News</strong></h1><p class="text-2xl mt-10">Please visit our blog to see read our articles about the latest information on housing help and support!</p><a href="/blog"><button class="mt-5 p-4 px-2 bg-indigo-500 hover:bg-indigo-600 rounded-lg text-white">Visit Blog</button></a></div><footer class="fixed bottom-0 text-center w-full py-4"><a href="/privacy" class="ml-5">Privacy Policy</a> <a href="/terms" class="ml-5">Terms &amp; Conditions</a> <a href="https://optconsumerprivacy.com/" class="ml-5">CCPA</a></footer><script src="/static/js/alpine.js"></script></body></html>