index.html
1.19 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<meta name="viewport" content="width=device-width, initial-scale=1, script-src 'self' 'unsafe-inline'" />
<link rel="Stylesheet" media="all" type="text/css" href="bower_components/jquery-mobile-bower/css/jquery.mobile-1.4.5.css" />
<link rel="Stylesheet" href="../assets/css/main.css">
<link rel="Stylesheet" href="../assets/css/index.css">
<style type="text/css" media="all">
body { cursor: default; }
</style>
</head>
<body>
<div class="top"></div>
<div data-role="page" id="start" class="middle">
<div data-role="header" class="centered">
<h1>F</strong>-out</h1>
<p id="content1">
<strong>F</strong>(orensic)<strong>out</strong> & <strong>F</strong>(ind)<strong>out</strong>
</p>
<p id="content2">Android Smartphone Forensic Tool</p>
</div>
<div data-role="main" class="ui-content" id="btn_group">
<button id = "start_btn" onclick="location.href='data.html'">Start</button>
</div>
</div>
<div class="bottom"></div>
<script src='index.js'></script>
</body>
</html>