summaryrefslogtreecommitdiff
path: root/client/fileinfo.html
blob: 0885ba1607ee370f3a32a7dc1905531d22bea3c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>FILE SHARE</title>
    <link rel="stylesheet" href="fileinfo.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">


</head>
<body>
    <div id="navbar">

    </div>
    <h1> FILE SHARE </h1>
<div id="main">

    <div id="undiv1">
        <label for="idInput" id="lab1">Enter ID:</label>
        <input type="text" id="idInput"><br><br>
        
        <label for="keyInput" id="lab2">Enter Key:</label>
        <input type="text" id="keyInput"><br><br>
    </div>
<div id="undiv2">
    <button  id= "btn2" onclick="getID()">Fetch Data</button>
        
        <button id="btn1"><a id="link"> Download</a></button>
    
</div>
        
        <div id="fileInfo"> </div>

</div>
    
       <footer id="footer"> @Fileshare</footer>
        <script src="fileinfo.js"></script>
</body>

    

</html>