Add files via upload

This commit is contained in:
get52 2020-07-27 18:05:39 -04:00 committed by GitHub
parent 322f502d53
commit cd05cd4dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,26 @@
<html>
<head>
<title>Getgle Docs: Military-Grade Hardened Texthost</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div id="menu">
<table id="menu-items">
<tr>
<td><a href="../"><img src="logo.png" height="30px" id="logo"></a></td>
<td><a href="index.php"><span id="menu-item">Upload</span></a></td>
<td><a href="list.php"><span id="menu-item">Public Pastes</span></a></td>
<td><a href="about.html"><span id="menu-item">About</span></a></td>
</tr>
</table>
</div>
<div id="main">
<div id="displayPaste">
_STATUS_
<h3>_NAME_</h3>
<textarea id="paste" readonly>_PASTE_</textarea><br>
<i>Uploaded on _DATE_</i>
</div>
</div>
</body>
</html>

26
templates/password.html Normal file
View File

@ -0,0 +1,26 @@
<html>
<head>
<title>Getgle Docs: Military-Grade Hardened Texthost</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div id="menu">
<table id="menu-items">
<tr>
<td><a href="../"><img src="logo.png" height="30px" id="logo"></a></td>
<td><a href="index.php"><span id="menu-item">Upload</span></a></td>
<td><a href="list.php"><span id="menu-item">Public Pastes</span></a></td>
<td><a href="about.html"><span id="menu-item">About</span></a></td>
</tr>
</table>
</div>
<div id="main">
<div id="displayPaste">
<form action="display.php?paste=_id_" method="POST">
<h3>This is an AES-256 encrypted document and it requires a password to open.</h3>
<input type="password" name="password" placeholder="Password">
</form>
</div>
</body>
</html>

View File

@ -0,0 +1,24 @@
<html>
<head>
<title>Getgle Docs: Military-Grade Hardened Texthost</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div id="menu">
<table id="menu-items">
<tr>
<td><a href="../"><img src="logo.png" height="30px" id="logo"></a></td>
<td><a href="index.php"><span id="menu-item">Upload</span></a></td>
<td><a href="list.php"><span id="menu-item">Public Pastes</span></a></td>
<td><a href="about.html"><span id="menu-item">About</span></a></td>
</tr>
</table>
</div>
<div id="main">
<div id="displayPaste">
_PASTES_
</div>
</div>
</div>
</body>
</html>