Skip to content

Commit

Permalink
disable navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
robatipoor committed Mar 21, 2024
1 parent 949526c commit 02f142b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@

<body>
<h2>Paste File</h2>
<div class="topnav">
<!-- <div class="topnav">
<a id="upload" class="active" href="#upload">Upload</a>
<a id="copy" href="#copy">Copy</a>
<a id="download" href="#download">Download</a>
</div>
<br>
<br> -->

<div id="copyForm" class="col-md-6 offset-md-3 mt-5" style="display:none">
<form accept-charset="UTF-8" action="{{ domain }}/upload" method="POST" enctype="multipart/form-data"
Expand Down

0 comments on commit 02f142b

Please sign in to comment.