Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - outr.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 15 May 2025 08:37:16 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Cache-Control: max-age=3600
Expires: Thu, 15 May 2025 09:37:16 GMT
Location: https://outr.com/
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=TtJATY4gE4izFhuGg7AToepV40QD4Meg920w4Qa%2Fk2qVi61PGNUQWPCo6Nn7oZf2EHuR2hDonAquVoe9M3cWQb8IpzqxIHNqn0sex2Jmzhjm7pvTkhJcWA7NZGJJPiR2BG6wV6ZQWw%3D%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 94014ff90f5c9bdd-FRA
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=22818&min_rtt=22818&rtt_var=11409&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=164&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://outr.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 15 May 2025 08:37:16 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Vary: accept-encoding
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Cf-Cache-Status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XhG8%2BQfWKgz3cA%2F16uwOk7zawnUsnaS91RMUybfGPhIdqFTYb1xCVFEZhfrDWtjiTTF4U5pQXxdBBQXzar2%2BZqVeXaEh91CObu2tD1Rghe%2B%2FQwxE13EcOCV10PBmJL21euDklKpuLg%3D%3D"}]}
CF-RAY: 94014ff9a84d9bca-FRA
alt-svc: h3=":443"; ma=86400

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: outr.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">
<head>
    <title>OUTR Software, LLC | Expert Software Development for Web, Mobile, Desktop, and Server</title>

    <meta charset="utf-8" />
    <meta name="description" content="OUTR Software is a custom software development firm that works with companies around the world to provide for their web, mobile, desktop, and server development needs." />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-CHXDJJZ1XL"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());

        gtag('config', 'G-CHXDJJZ1XL');
    </script>

    <link rel="icon" type="image/png" href="images/favicon.png"/>
    <link rel="canonical" href="https://outr.com/index.html" />

    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">

	<link rel="stylesheet" href="css/reset.css" />
	<link rel="stylesheet" href="css/animate.min.css" />
	<link rel="stylesheet" href="css/style.css" />
	<link rel="stylesheet" href="css/owl.carousel.css" />
	<link rel="stylesheet" href="css/settings.css" />
	<link rel="stylesheet" href="css/prettyPhoto.css" />
	<link rel="stylesheet" href="css/responsive.css" />
	<link rel="stylesheet" href="css/player/YTPlayer.css" />
</head>
<body data-spy="scroll" data-target=".nav-menu" data-offset="50">
    <!-- Page Loader-->
    <div id="pageloader">   
        <div class="loader-item">
          <img src="images/loading.gif" alt='Loading...' />
        </div>
    </div>
    <!-- End Page Loader-->

    <!-- Home Section -->
	<section id="home">
        <!-- Navigation Section -->
        <section id="navigation" class="shadow">
            <!-- Content -->
            <div class="content navigation">
                <!-- Logo -->
                <div class="logo">
                    <a class="scroll" href="#home"><img src="images/logo-wide-white.svg" height="42" alt="OUTR Software Logo"/></a>
                </div>
                <!-- End Logo -->
                
                <!-- Nav Menu -->
                <div class="nav-menu">
                    <ul class="nav main-nav">
                        <li class="active"><a class="scroll" href="#home">Home</a></li>
                        <li><a class="scroll" href="#important-links">About</a></li>
                        <li><a class="scroll" href="#client-say">Clients</a></li>
                        <li><a class="scroll" href="#services">Services</a></li>
                        <li><a class="scroll" href="#contact">Contact</a></li>
                    </ul>
                </div>
                <!-- End Nav Menu -->
                
                <!-- Dropdown Menu For Mobile Devices-->
                <div class="dropdown mobile-drop">
                    <a data-toggle="dropdown" class="mobile-menu" href="#"><i class="fa fa-bars"></i></a>
                    <ul class="nav dropdown-menu fullwidth" role="menu" >
                        <li><a class="scroll" href="#home">Home</a></li>
                        <li><a class="scroll" href="#important-links">About</a></li>
                        <li><a class="scroll" href="#client-say">Clients</a></li>
                        <li><a class="scroll" href="#services">Services</a></li>
                        <li><a class="scroll" href="#contact">Contact</a></li>
                    </ul>
                </div>
                <!-- End Dropdown Menu For Mobile Devices-->
                <div class="clear"></div>
            </div>
            <!-- End Content -->
        </section>
        <!-- End Navigation Section -->
	
		<!-- Revolution Slider -->
		<section id="slider">
            <div class="tp-banner">
                <ul>
                    <!-- Slide -->
                    <li class="revslide" data-delay="18000" data-transition="random" data-slotamount="7" data-masterspeed="800" >
                        <!-- MAIN IMAGE -->
                        <img src="images/slider/water.jpg" alt="water background" data-bgfit="cover" data-bgposition="center top" data-bgrepeat="no-repeat">

                        <!-- Layer 1 -->
                        <div class="tp-caption lfb customout"
                             data-x="0"
                             data-y="120"
                             data-customin="x:0;y:50;z:0;rotationX:0;rotationY:0;rotationZ:0;skewX:0;skewY:0;opacity:0;transformPerspective:0;transformOrigin:50% 50%;"
                             data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
                             data-speed="1000"
                             data-start="1200"
                             data-easing="Power4.easeOut"
                             data-endspeed="500"
                             data-endeasing="Power4.easeIn"
                        >
                            <img src="images/slider/devices.png" alt="target pc, laptop, phone, and tablet" />
                        </div>

                        <div class="tp-caption  lft customout"
                             data-x="200"
                             data-y="50"
                             data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0.75;scaleY:0.75;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
                             data-speed="1000"
                             data-start="2000"
                             data-easing="Power4.easeOut"
                             data-endspeed="500"
                             data-endeasing="Power4.easeIn"
                             data-captionhidden="on">
                            <h1 class="rev-text rev-title-a">Target Multiple Devices with One Application</h1>
                        </div>

                        <!-- Layer 4 -->
                        <div class="tp-caption  skewfromrightshort customout hidden-in-mobile-a"
                             data-x="450"
                             data-y="100"
                             data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0.75;scaleY:0.75;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
                             data-speed="1000"
                             data-start="2300"
                             data-easing="Power4.easeOut"
                             data-endspeed="500"
                             data-endeasing="Power4.easeIn"
                             data-captionhidden="on">
                            <h2 class="rev-text-b rev-title-b">With our advanced technology we can create native applications for Windows, Linux, Mac, <br/>iOS, Android, and the Browser with a single development effort saving you time and money.</h2>
                        </div>
                    </li>
                    
                    
                    <!-- Slide -->
                    <li class="revslide" data-delay="18000" data-transition="random" data-slotamount="7" data-masterspeed="800" >
                        <!-- MAIN IMAGE -->
                        <img src="images/slider/crumpled.jpg"  alt="throw away the service contracts"  data-bgfit="cover" data-bgposition="center top" data-bgrepeat="no-repeat">

                        <!-- Layer 1 -->
                        <div class="tp-caption lfb customout"
                            data-x="0"
                            data-y="170"
                            data-customin="x:0;y:50;z:0;rotationX:0;rotationY:0;rotationZ:0;skewX:0;skewY:0;opacity:0;transformPerspective:0;transformOrigin:50% 50%;"
                            data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
                            data-speed="1000"
                            data-start="1200"
                            data-easing="Power4.easeOut"
                            data-endspeed="500"
                            data-endeasing="Power4.easeIn"
                            >
                            <img src="images/slider/money.png" alt="save money" />
                        </div>

                        <!-- Layer 3 -->
                        <div class="tp-caption  lft customout"
                            data-x="250"
                            data-y="50"
                            data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0.75;scaleY:0.75;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
                            data-speed="1000"
                            data-start="2000"
                            data-easing="Power4.easeOut"
                            data-endspeed="500"
                            data-endeasing="Power4.easeIn"
                            data-captionhidden="on">
                            <h1 class="rev-text rev-title-a">No Service Contracts</h1>
                        </div>
                        
                        <!-- Layer 4 -->
                        <div class="tp-caption  skewfromrightshort customout hidden-in-mobile-a"
                            data-x="300"
                            data-y="100"
                            data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0.75;scaleY:0.75;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
                            data-speed="1000"
                            data-start="2300"
                            data-easing="Power4.easeOut"
                            data-endspeed="500"
                            data-endeasing="Power4.easeIn"
                            data-captionhidden="on">
                            <h2 class="rev-text-b rev-title-b">Too many companies hook you with cheap prices only to pay much more in the long-term with a<br/>service contract. With OUTR Software what we quote is what you pay.</h2>
                        </div>
                        
                        <!-- Layer 5 -->
                        <div class="tp-caption customin customout hidden-in-mobile-c"
                            data-x="600" 
                            data-y="210" 
                            data-customin="x:50;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;skewX:0;skewY:0;opacity:0;transformPerspective:0;transformOrigin:50% 50%;"
                            data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
                            data-speed="1000"
                            data-start="2900"
                            data-easing="Power4.easeOut"
                            data-endspeed="500"
                            data-endeasing="Power4.easeIn"
                            >
                            <h3 class="rev-text rev-title-c"><i class="fa fa-money"></i>Project-Based Pricing</h3>
                        </div>
                        
                        <!-- Layer 6 -->
                        <div class="tp-caption customin customout hidden-in-mobile-c"
                            data-x="600" 
                            data-y="310" 
                            data-customin="x:50;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;skewX:0;skewY:0;opacity:0;transformPerspective:0;transformOrigin:50% 50%;"
                            data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
                            data-speed="1000"
                            data-start="3200"
                            data-easing="Power4.easeOut"
                            data-endspeed="500"
                            data-endeasing="Power4.easeIn"
                            >
                            <h3 class="rev-text rev-title-c"><i class="fa fa-folder-open-o"></i>You own the code</h3>
                        </div>
                    </li>
                    
                    <!-- Slide -->
                    <li class="revslide" data-delay="18000" data-transition="random" data-slotamount="7" data-masterspeed="800" >
                        <!-- MAIN IMAGE -->
                        <img src="images/slider/working.jpg"  alt="great developers"  data-bgfit="cover" data-bgposition="center top" data-bgrepeat="no-repeat">

                        <!-- Layer 2 -->
                        <div class="tp-caption sfl customout"
                            data-x="0"
                            data-y="50"
                            data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0.75;scaleY:0.75;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
                            data-speed="900"
                            data-start="1200"
                            data-easing="Power4.easeOut"
                            data-endspeed="900"
                            data-endeasing="Power4.easeIn"
                            data-captionhidden="on">
                            <h6 class="rev-text rev-title-f">Only the Best Developers</h6>
                        </div>
                        
                        <!-- Layer 3 -->
                        <div class="tp-caption sfl customout hidden-in-mobile-c"
                            data-x="0"
                            data-y="130"
                            data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0.75;scaleY:0.75;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
                            data-speed="900"
                            data-start="1500"
                            data-easing="Power4.easeOut"
                            data-endspeed="900"
                            data-endeasing="Power4.easeIn"
                            data-captionhidden="on">
                            <p class="rev-text p5">we work only with the best developers</p>
                        </div>
                        
                        <!-- Layer 4 -->
                        <div class="tp-caption sfb customout hidden-in-mobile-a"
                            data-x="0"
                            data-y="160"
                            data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0.75;scaleY:0.75;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
                            data-speed="900"
                            data-start="1800"
                            data-easing="Power4.easeOut"
                            data-endspeed="900"
                            data-endeasing="Power4.easeIn"
                            data-captionhidden="on">
                            <h2 class="rev-text-b rev-title-b">The promise we make to our developers is exciting projects. Our developers can work<br/>anywhere, but they choose OUTR Software because we offer challenging work on<br/>exciting projects.</h2>
                        </div>
                    </li>
                </ul>
            </div>
		</section>
        <!-- End Revolution Slider -->
	</section>
    <!-- End Home-->

    <!-- Important Links -->
    <section id="important-links" class="main-content">
        <!-- Content -->
        <div class="content important-links animated" data-animation="fadeInUp" data-animation-delay="300">
            <div class="item">
                <div class="welcome-banner-text">
                    <h1 class="main_title_a"><span>About</span> OUTR Software</h1>
                    <p>Providing a wide range of programming solutions to meet your needs: Developing entire projects from start to finish, Writing APIs to assist your on-site developers with their work, Performing code reviews to optimize efficiency, Architecting to help you leverage the best technologies for the task, and Writing mobile apps that draw attention to your product or service. We work remotely or on-site to best fit the needs of your project.</p>
                </div>
            </div>
        </div>
        <!-- End Content -->
    </section>
    <!-- End Important Links -->

    <!-- Client Say -->
    <section id="client-say">
       <div class="parallax-overlay">
          <!-- Content -->
          <div class="content">
                <!-- White Title -->
                <div class="section-title-white">
                    <h1>What our clients say</h1>
                    <div class="seperator"><span class="white_line"></span></div>
                </div>
                
                <!-- Client Say Carousel -->
                <div class="client-say-carousel">
                   <div id="carousel-client-say" class="carousel slide">
                        <!-- slides Wrapper -->
                        <div class="carousel-inner">
                            <div class="item active">
                                <div class="clients-say-item">
                                   <img alt="Client - ProjectSpeaker" src="images/ps.png" />
                                   <div class="client-comment-block">
                                       <p class="client-comment">"A previous developer left us with a non-functioning platform. The team at OUTR Software responded immediately to make everything not only operational but they very quickly rebuilt the system to be far more scalable and faster. After a year, OUTR Software is still the only group we turn to for our development needs!"
                                       </p>
                                       <h3 class="client-name-and-jop">
                                          <i class="fa fa-caret-right"></i>
                                          <span class="client-name">Pierre Bisaillon</span>
                                          <i class="fa fa-angle-right"></i>
                                          <span class="client-jop">ProjectSpeaker</span>
                                       </h3>
                                       <div class="clear"></div>
                                   </div>
                                   <div class="clear"></div>
                                </div>
                            </div>	

                            <div class="item">
                                <div class="clients-say-item clearfix">
                                   <img alt="Client - Diagnostic Medical Equipment, Inc." src="images/dm.png" />
                                   <div class="client-comment-block">
                                       <p class="client-comment">"I had the privilege of working with OUTR Software and was very impressed by their professionalism and the manner in which the job was done. I highly recommend their services."
                                       </p>
                                       <h3 class="client-name-and-jop">
                                          <i class="fa fa-caret-right"></i>
                                          <span class="client-name">Arun Mirchia</span>
                                          <i class="fa fa-angle-right"></i>
                                          <span class="client-jop">Diagnostic Medical Equipment, Inc.</span>
                                       </h3>
                                       <div class="clear"></div>
                                   </div>
                                   <div class="clear"></div>
                                </div>
                            </div>	

                            <div class="item">
                                <div class="clients-say-item clearfix">
                                   <img alt="Client - ZOOXOOS, Inc." src="images/zxs.png" width="150"/>
                                   <div class="client-comment-block">
                                       <p class="client-comment">"A great development company with excellent communication ... Able to think outside the box and suggest solutions... Trustworthy, professional, always available and able to deliver exceptional results in a timely manner... It has been a pleasure to work with OUTR Software and I would highly recommend them to anyone who is looking for an experienced developer capable of bringing their ideas to reality..."
                                       </p>
                                       <h3 class="client-name-and-jop">
                                          <i class="fa fa-caret-right"></i>
                                          <span class="client-name">Maryam Mosstoufi</span>
                                          <i class="fa fa-angle-right"></i>
                                          <span class="client-jop">ZOOXOOS, Inc.</span>
                                       </h3>
                                       <div class="clear"></div>
                                   </div>
                                   <div class="clear"></div>
                                </div>
                            </div>

                            <div class="item">
                                <div class="clients-say-item clearfix">
                                    <img alt="Client - goTadawul" src="images/gt.png" />
                                    <div class="client-comment-block">
                                        <p class="client-comment">"One of the best development companies on the market."
                                        </p>
                                        <h3 class="client-name-and-jop">
                                            <i class="fa fa-caret-right"></i>
                                            <span class="client-name">Jabor Al-Mosallam</span>
                                            <i class="fa fa-angle-right"></i>
                                            <span class="client-jop">goTadawul</span>
                                        </h3>
                                        <div class="clear"></div>
                                    </div>
                                    <div class="clear"></div>
                                </div>
                            </div>
                          </div>
                          <!-- End slides Wrapper -->
            
                          <!-- Controls -->
                          <a class="left carousel-control s-controls" href="#carousel-client-say" data-slide="prev">
                             <i class="fa fa-angle-left"></i>
                          </a>
                          <a class="right carousel-control s-controls" href="#carousel-client-say" data-slide="next">
                             <i class="fa fa-angle-right"></i>
                          </a>
                          <!-- End Controls -->
                    </div>
                </div>
                <!-- End Client Say Carousel -->
                
          </div>
          <!-- End Content -->
          <span class="pattern1"></span>
       </div>
       <!-- End parallax-overlay -->
    </section>
    <!-- End Client Say Section -->
    
    <!-- Services Section -->
	<section id="services" class="main-content">
         <!-- Content -->
         <div class="content">
         
              <!-- Main Title -->
              <h1 class="main_title_a animated" data-animation="fadeInUp" data-animation-delay="300">
                  <span>Our</span> Services
              </h1>
              
              <!-- Icons Blocks -->
              <div class="col-md-4">
                  <!-- Item -->
                  <div class="services-box animated" data-animation-delay="700" data-animation="fadeInDown">
                      <h4><a href="#features">Web Development</a></h4>
                      <div class="services-box-icon">
                          <i class="fa fa-html5"></i>
                      </div>
                      <div class="feature-box-info">
                          <p>Whether you're looking for a basic information website presence, a constantly updated, fully featured site, or anything in between, we can do it all.</p>
                      </div>
                  </div>
                  <!-- End Item -->
                  
                  <!-- Item -->
                  <div class="services-box push-top animated" data-animation-delay="900" data-animation="fadeInDown">
                      <h4><a href="#features">Mobile Software</a></h4>
                      <div class="services-box-icon">
                          <i class="fa fa-mobile"></i>
                      </div>
                      <div class="feature-box-info">
                          <p>Take advantage of technology to connect with your customers by creating a custom mobile application to reach your customers on the go.</p>
                      </div>
                  </div>
                  <!-- End Item -->

                  <!-- Item -->
                  <div class="services-box push-top animated" data-animation-delay="1700" data-animation="fadeInDown">
                      <h4><a href="#features">Team Training</a></h4>
                      <div class="services-box-icon">
                          <i class="fa fa-university"></i>
                      </div>
                      <div class="feature-box-info">
                          <p>Our expert instructor has 20 years experience teaching technology classes and mentoring developers. Help your employees be more productive with a regular training program or get them up to speed on a new technology with a one-time training event.</p>
                      </div>
                  </div>
                  <!-- End Item -->
              </div>
              
              <div class="col-md-4">
                  <!-- Item -->
                  <div class="services-box animated" data-animation-delay="1100" data-animation="fadeInDown">
                      <h4><a href="#features">Desktop Applications</a></h4>
                      <div class="services-box-icon">
                          <i class="fa fa-desktop"></i>
                      </div>
                      <div class="feature-box-info">
                          <p>Increase efficiency in your company and save money by creating a desktop application to help you get the job done.</p>
                      </div>
                  </div>
                  <!-- End Item -->
                  
                  <!-- Item -->
                  <div class="services-box push-top animated" data-animation-delay="1300" data-animation="fadeInDown">
                      <h4><a href="#features">Server Systems</a></h4>
                      <div class="services-box-icon">
                          <i class="fa fa-server"></i>
                      </div>
                      <div class="feature-box-info">
                          <p>Provide powerful server-side software to analyze data, integrate with your corporate database, or provide automation for currently manual tasks.</p>
                      </div>
                  </div>
                  <!-- End Item -->

                  <!-- Item -->
                  <div class="services-box push-top animated" data-animation-delay="1700" data-animation="fadeInDown">
                      <h4><a href="#features">Game Development</a></h4>
                      <div class="services-box-icon">
                          <i class="fa fa-gamepad"></i>
                      </div>
                      <div class="feature-box-info">
                          <p>With experience in the mobile, as well as large system markets and connections with professional artists and designers, we can move your idea from concept to release.</p>
                      </div>
                  </div>
                  <!-- End Item -->
              </div>
              
              <div class="col-md-4 clearfix">
                  <!-- Item -->
                  <div class="services-box animated" data-animation-delay="1500" data-animation="fadeInDown">
                      <h4><a href="#features">Inter-Application Integration</a></h4>
                      <div class="services-box-icon">
                          <i class="fa fa-rss"></i>
                      </div>
                      <div class="feature-box-info">
                          <p>Reduce redundant work by integrating your existing systems. Connecting your inventory to your accounting software could save you money and your employees frustration.</p>
                      </div>
                  </div>
                  <!-- End Item -->
                  
                  <!-- Item -->
                  <div class="services-box push-top animated" data-animation-delay="1700" data-animation="fadeInDown">
                      <h4><a href="#features">Project Architecture</a></h4>
                      <div class="services-box-icon">
                          <i class="fa fa-code"></i>
                      </div>
                      <div class="feature-box-info">
                          <p>In-house development teams often benefit from architect's expertise in selecting which technologies to leverage and best practices to follow.</p>
                      </div>
                  </div>
                  <!-- End Item -->

                  <!-- Item -->
                  <div class="services-box push-top animated" data-animation-delay="1700" data-animation="fadeInDown">
                      <h4><a href="#features">Web Services</a></h4>
                      <div class="services-box-icon">
                          <i class="fa fa-pie-chart"></i>
                      </div>
                      <div class="feature-box-info">
                          <p>Make your business accessible to the world through custom web services to deliver your product not just from your own site, but through many strategic partner sites around the world.</p>
                      </div>
                  </div>
                  <!-- End Item -->
              </div>
              <!-- End Icons Blocks -->
              <div class="clear"></div>
         </div>
         <!-- End Content -->
	</section>
    <!-- End Services Section -->       
            
    <!-- Features --> 
    <section id="features" class="parallax-section">
        <!-- Overlay1 -->
        <div class="overlay1">
            <!-- Toons -->
            <div class="toons toons1">
                <!-- Content -->
                <div class="content">
                
                      <!--White Title-->
                      <div class="section-title-white animated" data-animation="fadeInUp" data-animation-delay="300">
                         <h1>Writing Awesome Software Everywhere</h1>
                         <div class="seperator"><span class="white_line"></span></div>
                         <p data-animation="fadeInUp" data-animation-delay="0" class="animated">We work with companies around the world providing software to meet any need.</p>
                      </div>
                      <!--End White Title-->
                      
                      <img data-animation="fadeInUp" data-animation-delay="500" class="animated" src="images/screenshots2.png" alt="Amazing Software" title="Our Work" />
                      
                </div>
                <!-- End Content -->
            </div>
            <!-- End toons -->
        </div>
        <!-- End overlay1 -->	
    </section>
    <!-- End Features --> 

    <!-- Contact Section -->
    <section id="contact" class="main-content">
        <!-- Content -->
        <div class="content">
                        
                <!--Contact Info-->
			  	<div class="col-md-6 animated" data-animation="fadeInLeft" data-animation-delay="300">
                
                    <!-- Main Title -->
                    <h1 class="main_title_a align-left">
                        <span>Contact </span> Information
                    </h1>
                    
                    <!-- Address -->
			  		<address itemscope itemtype="http://schema.org/Organization">
				  		<p itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"><i class="fa fa-map-marker"></i><span itemprop="streetAddress">2501 NE 23rd Street, Suite A224</span>, <span itemprop="addressLocality">Oklahoma City, OK</span> <span itemprop="postalCode">73111</span></p>
				  		<p><i class="fa fa-phone"></i><span itemprop="telephone">+1 405.675.0482</span></p>
				  		<p><i class="fa fa-add3 fa-envelope"></i><span itemprop="email"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="51323e3f25303225113e2425237f323e3c">[email&#160;protected]</a></span></p>
				  	</address>
                    <!-- End Address -->
			  	</div>
			  	<!--End Contact Info-->

			  	<!--Contact Form-->
			  	<div class="col-md-6 animated" data-animation="fadeInRight" data-animation-delay="600">
                
                    <!-- Main Title -->
                    <h1 class="main_title_a align-left">
                        <span>Get </span> in touch
                    </h1>

                    <div id="alerts"></div>

			  		<form method="post" id="contact-form" name="contact-form">
						<div class="row">
							<div class="col-md-6 col-sm-6">
								<input type="text" class="form-control" name="name" id="name" placeholder="Name" required>
							</div>
							<div class="col-md-6 col-sm-6">
								<input type="email"  class="form-control" name="email" id="email" placeholder="Email" required>
							</div>
						</div>
						<div class="row">
							<div class="col-md-6 col-sm-6">
								<input type="tel" class="form-control" name="tel" id="tel" placeholder="Phone">
							</div>
                            <div class="col-md-6 col-sm-6">
								<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject">
							</div>
						</div>
						<div class="row">
							<div class="col-md-12 col-sm-12">
								<textarea class="form-control" name="message" id="message" required placeholder="Message" rows="9"></textarea>
							</div>
						</div>
			    		<p>
			    			<button class="btn" id="submit" type="submit" name="submit" value="Submit">Submit</button>
			    		</p>
			    	</form>
                    	
			  	</div>	
			  	<!--End Contact Form-->
                <div class="clear"></div>
        </div>
        <!-- End Content -->              
    </section>
    <!-- End Contact Section -->
    
	<!-- Footer Section -->
	<section id="footer" class="main-content">
		<div class="content footer">
            <div class="col-xs-12 align-center">
            
                <!-- Go To Top -->
                <div id="go-top" class="animated" data-animation="fadeInUp" data-animation-delay="0">
                    <a href="#home" class="scroll"><i class="fa fa-chevron-up"></i></a>
                </div><!-- End Go To Top -->
                
                <!-- Site Copyright -->
				<p class="footer-text copyright">
					Copyright © 2023 - OUTR Software, LLC. All Rights Reserved.
				</p><!-- End Site Copyright -->
                
            </div>						
			<div class="clear"></div>
		</div> 
        <!-- End Footer Content -->
	</section>
    <!-- End Footer Section -->
		
	<!-- JS Files -->
	
	<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
	<script type="text/javascript" src="js/jquery.appear.js"></script>
    <script type="text/javascript" src="js/jquery.countTo.js"></script>
	<script type="text/javascript" src="js/waypoints.min.js"></script>
	<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
	<script type="text/javascript" src="js/modernizr-latest.js"></script>
	<script type="text/javascript" src="js/SmoothScroll.js"></script>
	<script type="text/javascript" src="js/jquery.parallax-1.1.3.js"></script>
	<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
	<script type="text/javascript" src="js/jquery.sticky.js"></script>
	<script type="text/javascript" src="js/owl.carousel.js"></script>
	<script type="text/javascript" src="js/jquery.isotope.js"></script>
	<script type="text/javascript" src="js/rev-slider/jquery.themepunch.plugins.min.js"></script>
    <script type="text/javascript" src="js/rev-slider/jquery.themepunch.revolution.min.js"></script>
	<script type="text/javascript" src="js/jquery.mb.YTPlayer.js"></script>
	<script type="text/javascript" src="js/scripts.js"></script>

	<!-- End JS Files -->

</body>

</html>                               

Whois info of domain

Domain Name: OUTR.COM
Registry Domain ID: 120569848_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.cloudflare.com
Registrar URL: http://www.cloudflare.com
Updated Date: 2025-04-19T04:02:27Z
Creation Date: 2004-05-19T21:34:32Z
Registry Expiry Date: 2026-05-19T21:34:32Z
Registrar: Cloudflare, Inc.
Registrar IANA ID: 1910
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6503198930
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: AIDEN.NS.CLOUDFLARE.COM
Name Server: UMA.NS.CLOUDFLARE.COM
DNSSEC: signedDelegation
DNSSEC DS Data: 2371 13 2 7B7F3D7CB20FB5E5BDE3DBF0AB677228C23FBA61150DEDB6A953D2DCA5187217
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-15T08:37:10Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass