-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocumentation.html
70 lines (55 loc) · 2.67 KB
/
documentation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<title>Documentation</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body class="<?=$bg?>">
<div class="container-fluid bg-danger text-white text-center p-2">
<h4>MindReader</h4>
</div>
<div class="container-fluid">
<div class="row mt-4 justify-content-center">
<div class="col-12 col-sm-12 col-md-10 col-lg-7">
<div class="card shadow-lg <?=$bg?>">
<div class="card-body justify-content-center">
<div class="title1 py-4 text-center">
Welcome to <span class="text-danger">MindReader!</span> <br>
Documentation
</div>
<div class="text-center">
<img src="img/brain.png" class="img-fluid w-50 border m-2">
</div>
<div class="text-secondary text-center">
MindReader: a machine who can supposedly discern what another person is thinking.
</div>
<a href="#" class="btn btn-info btn-block btn-lg mt-4 bg-red font-weight-bold text-white border-white">Process:</a>
<br>
1) You will need php installed on your machine <br> <br>
2) Copy this folder to your root folder <br> <br>
3) Run open index.php <br> <br>
</div>
</div>
<div class="text-center mt-3">
<small>
<a class="text-dark" target="_blank" href="privacy.php">Privacy Policy</a> |
<a class="text-dark" target="_blank" href="terms.php">Terms & Conditions</a> |
<a class="text-dark" target="_blank" href="disclaimer.php">Disclaimer</a> |
<a class="text-dark" target="_blank" href="credits.php">Credits</a>
<br>
This website in no way is affiliated with Facebook or any Facebook entities. Once you leave Facebook the responsibility no longer is on their site. We make every attempt to clearly state and show all proof. We do not sell your email or any information. Can Spam compliant.
</small>
</div>
</div>
</div>
</div>
</body>
</html>