<!doctype html>
<html class="no-js" 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.0">
<title>[Site_title]</title>
<link href="[path]/[to]/[css]/usi_base.min.css" rel="stylesheet">
</head>
<body class="limited_width">
--> ICONS goes here <--
<div class="body">
--> CONTENT goes here <--
</div>
--> FOOTER goes here <--
--> UPPER FOOTER goes here <--
--> SCROLL TO TOP BUTTON goes here <--
<script src="[path]/[to]/[js]/jquery.min.js"></script>
<script src="[path]/[to]/[js]/usi_base.min.js"></script>
</body>
</html>```