terminal line, app line spacing, minor changes
This commit is contained in:
parent
5a98b1f5f6
commit
7673bc1a5d
5 changed files with 8 additions and 3 deletions
|
@ -44,7 +44,7 @@
|
|||
<body>
|
||||
<div id="body">
|
||||
<h1>i-eat.rocks</h1>
|
||||
<p>Rock-OS v0.1.0</p>
|
||||
<p>Rock-OS v0.1.1</p>
|
||||
<p>Created by PossiblyAxolotl</p>
|
||||
<button onclick="window.top.postMessage('url https://directory.possiblyaxolotl.com')">PossiblyAxolotl Directory</button>
|
||||
</div>
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<textarea id="output" readonly>Rockterm
Type 'help' for help</textarea>
|
||||
<textarea id="output" readonly style=" border-bottom:2px white solid;">Rockterm
Type 'help' for help</textarea>
|
||||
<form id="form">
|
||||
<label> $</label>
|
||||
<input id="formtext" type="text" autocomplete="off" style="border: none;">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<body>
|
||||
<form id="form">
|
||||
<input id="url" type="url" placeholder="url" required>
|
||||
<input id="titl" type="text" placeholder="title" required>
|
||||
<input id="titl" type="text" placeholder="title">
|
||||
<input id="wid" type="number" placeholder="width" required>
|
||||
<input id="hei" type="number" placeholder="height" required>
|
||||
<button>submit</button>
|
||||
|
|
|
@ -28,6 +28,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="icons">
|
||||
<div class="app" ondblclick="createWindow('https://do.i-eat.rocks', 'should I eat rocks?', '300', '300')">
|
||||
<p><img src="images/icons/home.png" width="48px" height="48px" /><sub>eat rocks?</sub></p>
|
||||
</div>
|
||||
<div class="app" ondblclick="createWindow('https://www3.cbox.ws/box/?boxid=3540114&boxtag=qbEaqt', 'rockchat', '300', '450')">
|
||||
<p><img src="images/icons/home.png" width="48px" height="48px" /><sub>chatroom</sub></p>
|
||||
</div>
|
||||
|
|
|
@ -122,6 +122,8 @@ body, html {
|
|||
width:72px;
|
||||
display: grid;
|
||||
text-align: center;
|
||||
|
||||
line-height: 5px;
|
||||
}
|
||||
|
||||
.app:active {
|
||||
|
|
Loading…
Reference in a new issue