Skip to content

Commit 56e9abf

Browse files
authored
add warning to index.html
1 parent d1478a9 commit 56e9abf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
<body>
4141
<form id="previewform" onsubmit="location.href='/?url='+this.file.value;return false">
4242
<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>
4349
<p>
4450
Enter URL of the HTML file to preview:
4551
<input type="url" id="file" value="" placeholder="e.g. https://github.com/user/repo/blob/master/index.html" size="60" autofocus>

0 commit comments

Comments
 (0)