Files
CS-Create/index.php
2019-04-20 17:12:07 -04:00

15 lines
375 B
PHP

<!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>