summaryrefslogtreecommitdiffstats
path: root/templates/pad.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pad.html')
-rw-r--r--templates/pad.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/pad.html b/templates/pad.html
new file mode 100644
index 0000000..8dd4d40
--- /dev/null
+++ b/templates/pad.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html>
+<frameset cols="100%">
+ <frame src="{{ host }}/p/{{ pad.api_id }}">
+</frameset>
+</html>