initial commit
This commit is contained in:
14
index.php
Normal file
14
index.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<title>Encrytion and stuff</title>
|
||||
<meta name=viewport content=width=device-width,initial-scale=1.0>
|
||||
<link rel=stylesheet href=style.css type=text/css>
|
||||
</head>
|
||||
<body class=center>
|
||||
<h2><a href=encrypt.php>ENCRYPT</a></h2>
|
||||
<p>or</p>
|
||||
<h2><a href=decrypt.php>DECRYPT</a></h2>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user