-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
42 lines (36 loc) · 1.54 KB
/
about.php
File metadata and controls
42 lines (36 loc) · 1.54 KB
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<title>Hello, world!</title>
</head>
<body>
<div class="container">
<?php include "php/header.php";?>
<div class="wrapper text-center">
<div class="text">
<h1>Instruction</h1>
hey i Deepak chandra welcome you in my page
<br>
for encrypting your text of your selected encrpytion algorithm
<br>
first you have to get the key by clicking on generate button ...<br>
then click on encrypte button to get your result.. <br>
<b>Bang your text will be encrypted...</b>
</div>
<div class="thank text-center font-weight-bold">
THANK YOU!!!!!<br>
VISIT AGAIN....
</div>
</div>
</div>
</body>
</html>