Untitled
unknown
plain_text
2 years ago
460 B
18
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