We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
index.html
1 parent d1478a9 commit 56e9abfCopy full SHA for 56e9abf
index.html
@@ -40,6 +40,12 @@
40
<body>
41
<form id="previewform" onsubmit="location.href='/?url='+this.file.value;return false">
42
<h1>Git-Forge HTML Preview</h1>
43
+ <p>
44
+ <strong>⚠️ WARNING ⚠️</strong>
45
+ <br>
46
+ Please read
47
+ <a href="https://github.com/html-preview/html-preview.github.io/blob/d1478a9f702fb28f1295f371e3c87ba4f1b229c2/README.md">the warnings contained here</a>
48
+ </p>
49
<p>
50
Enter URL of the HTML file to preview:
51
<input type="url" id="file" value="" placeholder="e.g. https://github.com/user/repo/blob/master/index.html" size="60" autofocus>
0 commit comments