forked from neri/datatrash
add button to view text content as raw file
This commit is contained in:
parent
1dc2fff0c1
commit
f6628e63da
|
@ -15,6 +15,7 @@
|
|||
<button id="copy" data-copy="#text" class="button hidden">
|
||||
text kopieren
|
||||
</button>
|
||||
<a class="button" href="?raw">roh anzeigen</a>
|
||||
</main>
|
||||
<footer>
|
||||
<a
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
link kopieren
|
||||
</button>
|
||||
<a class="button" href="?dl">als text herunterladen</a>
|
||||
<a class="button" href="?raw">roh anzeigen</a>
|
||||
</main>
|
||||
<footer>
|
||||
<a
|
||||
|
|
Loading…
Reference in New Issue