initial commit

This commit is contained in:
Luke Ogburn
2019-04-20 17:12:07 -04:00
commit d9c3f306e6
8 changed files with 162 additions and 0 deletions

14
index.php Normal file
View 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>