Menu allows us to set the paths to specific pages as well as their names on a website or an application. for example on a website, if you have pages that are linked for example contact, blog, .. set the names and paths to those pages so that users can come. There is also a single page if, for example, you have a contact in the footer, so that the page itself scrolls to that contact.
It is used by copying the code below, and then pastes it into your application or website. Before that, you can use our CSS and JS to make certain functionalities work for you. These are the addressees:
<link rel="stylesheet" href="www.sensationenergy.com/se_css/se.css>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="www.sensationenergy.com/js_css/se.js"></script>
<nav class="gornji_meni">
<a href="#" class="toggle"><i class="fa fa-reorder"></i></a>
<div class="left">
<a href="basic_template.php" class="link">Home</a>
<a href="#" class="link">Link 1</a>
<a href="#" class="link">Link 2</a>
<a href="#" class="link">Link 3</a>
<a href="#" class="link">Link 4</a>
</div>
<div class="right">
<a href="#" class="link">Link 5</a>
</div>
</nav>