Skip to content

Commit

Permalink
Updating index.html
Browse files Browse the repository at this point in the history
Adding information about the default language of the page 'English' and adding a placeholder to the input 'Ask something about CloudWalk'
  • Loading branch information
josiasbudaydeveloper committed Mar 4, 2023
1 parent 2c8759e commit 835f48c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
#messages > li:nth-child(odd) { background: #efefef; }
</style>
</head>
<body>
<body lang="en">
<ul id="messages"></ul>
<form id="form" action="">
<input id="input" autocomplete="off" /><button>Send</button>
<input id="input" autocomplete="off" placeholder="Ask something about CloudWalk"/><button>Send</button>
</form>
<script src="/socket.io/socket.io.js"></script>

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 835f48c

Please sign in to comment.