18 lines
662 B
HTML
18 lines
662 B
HTML
|
<!doctype html>
|
||
|
<html class="no-js" lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<title>inVerse Mockups</title>
|
||
|
<link type="text/css" rel="stylesheet" media="screen" href="css/bootstrap.min.css" />
|
||
|
<link type="text/css" rel="stylesheet" media="screen" href="css/font-awesome.min.css" />
|
||
|
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
|
||
|
crossorigin="anonymous"></script>
|
||
|
<script src="js/bootstrap.bundle.min.js"></script>
|
||
|
<script>
|
||
|
$(function () {
|
||
|
$('[data-toggle="popover"]').popover()
|
||
|
});
|
||
|
</script>
|