Oxygen

One Page Site Template


Oxygen is a modern and elegant Onepage HTML template. Every single detail is carefully designed in order to create a wonderful user experience.

Oxygen is very easy to set up and customize and comes with a well documented help file, which will assist you configure the template in minutes.

Open the index.html file using any text editor. We recommend Sublime Text. Now look for the following code and remove them.

<!--.preloader-->

  <div class="preloader"> <i class="fa fa-circle-o-notch fa-spin"></i></div>

<!--/.preloader-->

Save the file and refresh your browser.

From the sendemail.php file just replace the email address and save the file.

<?php

$name       = @trim(stripslashes($_POST['name'])); 

$from       = @trim(stripslashes($_POST['email'])); 

$subject    = @trim(stripslashes($_POST['subject'])); 

$message    = @trim(stripslashes($_POST['message'])); 

$to    = 'email@email.com';//replace with your email


$headers   = array();

$headers[] = "MIME-Version: 1.0";

$headers[] = "Content-type: text/plain; charset=iso-8859-1";

$headers[] = "From: {$name} <{$from}>";

$headers[] = "Reply-To: <{$from}>";

$headers[] = "Subject: {$subject}";

$headers[] = "X-Mailer: PHP/".phpversion();


mail($to, $subject, $message, $headers);


die;

Open index.html file and look for the code 

<div id="google-map" class="wow fadeIn" data-latitude="52.365629" data-longitude="4.871331" data-wow-duration="1000ms" data-wow-delay="400ms"></div>

From the above code just replace your data-latitude and data-longitude value.

Javascript

Images

Finally thank you very much for choosing this template. Please keep that in mind that we are working very hard to providing better quality in coming days.

If you love your work then appreciate us by sharing this product in social media like twitter or facebook.