ScloudjsGUI / src /html /cloud.html
soiz1's picture
Migrated from GitHub
5147be7 verified
raw
history blame contribute delete
958 Bytes
<h1>ScloudJS[GUI]</h1>
<div id ="container">
<div class="monitor">
<div class ="table">
<table border="2">
<tr class="title"><th>variable names</th><th>value</th></tr>
</table>
</div>
</div>
<div class="util">
<div class="changes">
<p>Signed in as <span></span></p>
<p>Currently connecting to the project :<span></span></p>
<p>Latest changes:<span></span></p>
</div>
<div class="box projectconnect">
<p>connect to project:</p><input type="text" class="projectid"><input type="button" value="connect!" class="projectbutton">
</div>
<div class="box changeval">
<p>change variable</p>
<select class="choice">
</select>
<p> to</p><input type="text" class="projectid"><input type="button" value="change!"class="button">
</div>
</div>
</div>