Fix html error and indentation
This commit is contained in:
parent
07d09e9aa6
commit
cae156d60c
10
index.html
10
index.html
|
@ -71,9 +71,9 @@
|
||||||
</div>
|
</div>
|
||||||
<form ng-submit="sendMessage()">
|
<form ng-submit="sendMessage()">
|
||||||
<input type="text" ng-model="command"></input>
|
<input type="text" ng-model="command"></input>
|
||||||
<input type="submit" class="btn btn-primary"></button>
|
<input type="submit" class="btn btn-primary"></index>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue