Initial commit
This commit is contained in:
18
front.php
Normal file
18
front.php
Normal file
@ -0,0 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>VirtIT ft</title>
|
||||
<link rel="stylesheet" type="text/css" href="<?php print(_HTTP_PATH . "style.css"); ?> ">
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
||||
<script src="<?php print(_HTTP_PATH . "script.js"); ?> "></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class=dragndrop ondrop="upload_file(event);" ondragover="return false" >
|
||||
Drag and Drop your file or <input type="button" value="Select File" onclick="file_explorer();">
|
||||
<input type="file" id="uploadfile" hidden>
|
||||
<br><br><br><br>
|
||||
<div id=divresponse></div><button id=copytoclipboard style="visibility: hidden;" onclick="copytoclipboard();">Copy to clipboard</button>
|
||||
</div>
|
||||
|
||||
</body>
|
Reference in New Issue
Block a user