Added links, added CSS

This commit is contained in:
OakBaron (queso)
2019-04-20 08:25:52 -04:00
parent 1d52a86ed3
commit adb3bd3ecf
6 changed files with 97 additions and 23 deletions

View File

@@ -7,10 +7,12 @@
<link rel=stylesheet href=style.css type=text/css>
</head>
<body>
<form method=POST action=decryptFunc.php enctype="multipart/form-data">
<input type=file name=encDoc>
<input type=text name=key placeholder='Decryption key'>
<button type=submit name=submit value=submit id=submitWriting>SUBMIT</button>
<form class=center method=POST action=decryptFunc.php enctype="multipart/form-data">
<input type=file name=encDoc><br>
<input id=key type=text name=key placeholder='Decryption key'><br>
<button type=submit name=submit value=submit id=submitWriting>SUBMIT</button>
</form>
<br>
<p class=center><a href=/cs/encrypt.php>Encrypt a file</a></p>
</body>
</html>
</html>