flo-token-explorer-historic/app/templates/base.html
2019-04-15 14:29:38 +00:00

66 lines
2.6 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<link rel="icon" type="image/png" href="../static/img/ranchimall-icon.png">
<link rel="apple-touch-icon" sizes="76x76" href="../static/img/apple-icon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>Ranchi Mall Token Explorer</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport'/>
<meta name="viewport" content="width=device-width"/>
<!-- Bootstrap core CSS -->
<link href="../static/css/bootstrap.min.css" rel="stylesheet"/>
<link href="../static/css/paper-kit.css?v=2.1.0" rel="stylesheet"/>
<!-- CSS for Demo Purpose, don't include it in your project -->
<link href="../static/css/demo.css" rel="stylesheet"/>
<!-- Fonts and icons -->
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,300,700' rel='stylesheet' type='text/css'>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<link href="../static/css/nucleo-icons.css" rel="stylesheet">
</head>
<body>
{% block content %}{% endblock %}
<footer class="footer section-dark">
<div class="container">
<div class="row">
<nav class="footer-nav">
<ul>
<li><a href="https://ranchimall.net" target="_blank">Ranchi Mall</a></li>
<li><a href="http://medium.com/ranchimall" target="_blank">Medium</a></li>
</ul>
</nav>
<div class="credits ml-auto">
<span class="copyright">
© <script>document.write(new Date().getFullYear())</script>, Ranchi Mall
</span>
</div>
</div>
</div>
</footer>
</body>
<!-- Core JS Files -->
<script src="../static/js/jquery-3.2.1.js" type="text/javascript"></script>
<script src="../static/js/jquery-ui-1.12.1.custom.min.js" type="text/javascript"></script>
<!-- <script src="../static/js/tether.min.js" type="text/javascript"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"
integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
crossorigin="anonymous"></script>
<script src="../static/js/bootstrap.min.js" type="text/javascript"></script>
<script src="../static/js/plugins/perfect-scrollbar.jquery.min.js"></script>
<!-- Paper Kit Initialization snd functons -->
<script src="../static/js/paper-kit.js?v=2.1.0"></script>
</html>