Black Rose
An unbreakable bond
Currently I am trying to see if I can make a chat bot using only code I can put into a hmtl text file. I have no idea where to start except for this:
HTML:
<html>
<body>
<center>
<textarea style="color: green; background-color: black" cols="40" rows="5">
code:
</textarea>
</center>
</body>
</html>