-
Notifications
You must be signed in to change notification settings - Fork 0
/
cryptify.html
61 lines (53 loc) · 1.75 KB
/
cryptify.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
<!DOCTYPE html>
<html>
<head>
<title>Cryptify</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="share.css">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="app.js"></script>
</head>
<body>
<div class="topnav" id="myTopnav">
<a href="cryptify.html" class="active">Home</a>
<a href="#news">News</a>
<a href="#contact">Contact</a>
<a href="#about">About</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<div class="top">
<h1><span>Cryptify</span></h1>
<p>Advanced online file encryption and decryption. Secure any file type and maintain your privacy! <br>The Number. 1 site when it comes to locking important files.<br>
To get started, select your preferred service below:.</p>
</div>
<div>
<div class="section">
<div class="col grid_1_of_2">
<a href="sgnup.html">
<img src="encrypt.jpg">
<h2>Sign Up</h2>
<p>Sign Up its Free</p>
</a>
</div>
<div class="col grid_1_of_2">
<a href="logn.html">
<img src="decrypt.jpg">
<h2>Login</h2>
</a>
</div>
</div>
<button id="shareButton" onclick="share(this)">
<i class="fas fa-share-alt"></i>
<i class="fas fa-times"></i>
<div class="container">
<div class="addthis_inline_share_toolbox"></div>
<!--for old users of AddThis-->
<div class="addthis_sharing_toolbox"></div>
</div>
</button>
<script src="share.js"></script>
</body>
</html>