Skip to content

Commit 034e6fc

Browse files
author
Michael Vartan
committed
Make the textbox less ambiguous
1 parent df93d03 commit 034e6fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h1>
4747
</header>
4848
<div id="expr-wrapper">
4949
<div id="expr-caret">&gt;</div>
50-
<input id="expr" autocomplete="off" type="text" autofocus="autofocus">
50+
<input id="expr" autocomplete="off" type="text" autofocus="autofocus" placeholder="Type your solution here">
5151
</div>
5252

5353
<ol id="rules">
@@ -65,4 +65,4 @@ <h1>
6565
<script src="js/main.js"></script>
6666
</body>
6767

68-
</html>
68+
</html>

0 commit comments

Comments
 (0)