Untitled
unknown
plain_text
a year ago
460 B
5
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Brian's World</title> <link rel="stylesheet" href="styles.css"> </head> <body> <div id="output"></div> <div id="inputLine"> <span id="prompt">C:\Users\Guest></span> <input id="input" autofocus /> </div> <script src="script.js"></script> </body> </html>
Editor is loading...
Leave a Comment