fix indentation in index.html
This commit is contained in:
parent
2889ed5098
commit
dde8e25cea
19
index.html
19
index.html
|
|
@ -1,14 +1,14 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<script src="webxdc.js"></script>
|
<script src="webxdc.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<input id="input" type="text"/>
|
<input id="input" type="text"/>
|
||||||
<a href="" onclick="sendMsg(); return false;">Send</a>
|
<a href="" onclick="sendMsg(); return false;">Send</a>
|
||||||
<p id="output"></p>
|
<p id="output"></p>
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
function sendMsg() {
|
function sendMsg() {
|
||||||
msg = document.getElementById("input").value;
|
msg = document.getElementById("input").value;
|
||||||
|
|
@ -21,7 +21,6 @@
|
||||||
|
|
||||||
window.webxdc.setUpdateListener(receiveUpdate);
|
window.webxdc.setUpdateListener(receiveUpdate);
|
||||||
window.webxdc.getAllUpdates().forEach(receiveUpdate);
|
window.webxdc.getAllUpdates().forEach(receiveUpdate);
|
||||||
|
</script>
|
||||||
</script>
|
</body>
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue