Fix ESLint errors
This commit is contained in:
parent
e787cecc62
commit
676d5b0fd8
@ -11,6 +11,7 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<title>hidden iframe</title>
|
||||||
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
|
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/BrowserFS/2.0.0/browserfs.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/BrowserFS/2.0.0/browserfs.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/lz-string/1.4.4/lz-string.js" type="text/javascript" charset="utf-8"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/lz-string/1.4.4/lz-string.js" type="text/javascript" charset="utf-8"></script>
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600"></script>
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600">
|
||||||
<link rel="stylesheet" href="https://littlevgl.com/bootstrap/css/bootstrap.min.css"/>
|
<link rel="stylesheet" href="https://littlevgl.com/bootstrap/css/bootstrap.min.css"/>
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/xterm/3.14.4/xterm.min.css" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/xterm/3.14.4/xterm.min.css" />
|
||||||
<link rel="stylesheet" href="https://littlevgl.com/common.css"/>
|
<link rel="stylesheet" href="https://littlevgl.com/common.css"/>
|
||||||
@ -88,7 +88,7 @@
|
|||||||
<div class="flex-container">
|
<div class="flex-container">
|
||||||
<div style="display: inline-block; padding: 10px;" class="no-iframe">
|
<div style="display: inline-block; padding: 10px;" class="no-iframe">
|
||||||
<h1>LittlevGL+MicroPython simulator</h1>
|
<h1>LittlevGL+MicroPython simulator</h1>
|
||||||
<p>
|
<p></p>
|
||||||
This is the JavaScript version of MicroPython, plus the LittlevGL bindings available at
|
This is the JavaScript version of MicroPython, plus the LittlevGL bindings available at
|
||||||
<a href="https://github.com/littlevgl/lv_binding_micropython">https://github.com/littlevgl/lv_binding_micropython</a>.
|
<a href="https://github.com/littlevgl/lv_binding_micropython">https://github.com/littlevgl/lv_binding_micropython</a>.
|
||||||
<br>
|
<br>
|
||||||
@ -96,12 +96,12 @@
|
|||||||
<br>
|
<br>
|
||||||
For examples, see the README for the MicroPython binding.
|
For examples, see the README for the MicroPython binding.
|
||||||
|
|
||||||
<p>
|
<p></p>
|
||||||
<input type="button" disabled="disabled" id="run-button" value="Run the script" onclick="runScript();"/>
|
<input type="button" disabled="disabled" id="run-button" value="Run the script" onclick="runScript();"/>
|
||||||
|
|
||||||
<span>
|
<span>
|
||||||
Copy/paste script here:
|
Copy/paste script here:
|
||||||
<input onClick="this.setSelectionRange(0, this.value.length)" id="script-compressed" oninput="input_change();"/>
|
<input onclick="this.setSelectionRange(0, this.value.length)" id="script-compressed" oninput="input_change();"/>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user