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">
|
<button id="copy" data-copy="#text" class="button hidden">
|
||||||
text kopieren
|
text kopieren
|
||||||
</button>
|
</button>
|
||||||
|
<a class="button" href="?raw">roh anzeigen</a>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<a
|
<a
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
link kopieren
|
link kopieren
|
||||||
</button>
|
</button>
|
||||||
<a class="button" href="?dl">als text herunterladen</a>
|
<a class="button" href="?dl">als text herunterladen</a>
|
||||||
|
<a class="button" href="?raw">roh anzeigen</a>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<a
|
<a
|
||||||
|
|
Loading…
Reference in New Issue