Current section

Files

Jump to
xprof_gui priv index.html
Raw

priv/index.html

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>XProf - BEAM profiler</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link id="favicon" rel="shortcut icon" type="image/png" href="img/xprof_icon.png" />
<link rel="stylesheet" type="text/css" href="styles/main.css" />
</head>
<body>
<div id="main-container" class="container-fluid">
</div>
<div class="navbar-fixed-bottom navbar-fixed-bottom-custom">
<a href="http://appliscale.io">
<img src="img/appliscale_logo.png" alt="Home page of Appliscale company" />
</a>
</div>
<script src="build/vendors.js"></script>
<script src="build/bundle.js"></script>
</body>
</html>