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>
|
||||
<form ng-submit="sendMessage()">
|
||||
<input type="text" ng-model="command"></input>
|
||||
<input type="submit" class="btn btn-primary"></button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<input type="submit" class="btn btn-primary"></index>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue