add download page and share link ui
This commit is contained in:
parent
7da6a953b6
commit
a71161bf20
7 changed files with 310 additions and 123 deletions
|
@ -1,15 +1,31 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Download your file</title>
|
||||
<script type="text/javascript" src="/bundle.js"></script>
|
||||
<title>Download your file</title>
|
||||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
||||
<script src="/bundle.js"></script>
|
||||
<link rel="stylesheet" href="https://code.cdn.mozilla.net/fonts/fira.css">
|
||||
<link rel="stylesheet" type="text/css" href="/main.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<button onclick="download()">DOWNLOAD</button>
|
||||
<div class="main-window">
|
||||
<div id="download">
|
||||
<div class="title">
|
||||
Your friend is sending you a file:
|
||||
</div>
|
||||
<div class="share-window">
|
||||
<button id="download-btn" onclick="download()">Download File</button>
|
||||
<img id="expired-img" src="/resources/link_expired.png"/>
|
||||
</div>
|
||||
<div class="send-new">
|
||||
Send your own files
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ul id="downloaded_files">
|
||||
</ul>
|
||||
<!-- <ul id="downloaded_files">
|
||||
</ul> -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue