Skip to content
Snippets Groups Projects
Commit b3500558 authored by grembem's avatar grembem
Browse files

Update site.js

parent 7a8edd91
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ const cre = () => {
context.fillRect(580, 0, 116, 150);
document.getElementById("color6").style.color = "#" + ranColor[5];
ailink = "?prompt=flower%20color(" + ranColor[0]+",%20" + ranColor[1]+ ",%20"+ ranColor[2]+ ",%20"+ ranColor[3]+ ",%20"+ ranColor[4]+ ",%20"+ ranColor[5]+ ")%20painting";
var link = "<a href='https://www.craiyon.com/" + ailink + "'>here</a>";
var link = "<a href='https://www.craiyon.com/" + ailink + "' target='_blank'>here</a>";
document.getElementById("linkai").innerHTML=link;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment