HTML
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>
<div class="tabs">
<nav class="umetak-list">
<a class="umetak aktivni" href="#one">Test 1</a>
<a class="umetak" href="#two">Test 2</a>
</nav>
<div id="one" class="umetak-sadrzaj show">
Test1
</div>
<div id="two" class="umetak-sadrzaj">
Test2
</div>
</div>