We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b235d9 commit e77e7b6Copy full SHA for e77e7b6
webhosting.html
@@ -89,6 +89,7 @@ <h1>Web hosting</h1>
89
90
if (response.ok) {
91
resultDiv.innerHTML = `
92
+ <p style="color: red;">When using this service use a .html when redirecting to other path files or else it won't work.</p>
93
<p>✅ Success: ${data.message}</p>
94
<p>📂 Folder Path: <strong>${data.folderPath}</strong></p>
95
<p>🌐 <a href="${data.repoUrl}" target="_blank">View Your Website</a></p>
0 commit comments