251 lines
No EOL
9.4 KiB
HTML
251 lines
No EOL
9.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="style.css">
|
|
<title>PMI Secure Development Shell</title>
|
|
</head>
|
|
|
|
<body>
|
|
<!--
|
|
Hi! <3
|
|
You're here because you're amazing.
|
|
I made this code with a crapton of love.
|
|
<3
|
|
-->
|
|
|
|
<div id="BIOS">
|
|
<div id="innerBIOS">
|
|
<div id="top">==================== PMI ====================</div>
|
|
<br>
|
|
Welcome to the PMI SDS BIOS.<br>
|
|
Please use your arrow keys to navigate this menu.
|
|
<div id="BiosSelectables">
|
|
<div class="selection active" id="emulator">
|
|
<span class="title">Emulated Android Type</span>
|
|
< <span class="option">Regular</span> >
|
|
</div>
|
|
<div class="selection" id="saverestart">
|
|
<span class="title">Save & Restart</span>
|
|
</div>
|
|
<div class="selection" id="discardrestart">
|
|
<span class="title">Discard & Restart</span>
|
|
</div>
|
|
</div>
|
|
<div id="top">==================== PMI ====================</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="boot">
|
|
<div id="bootText"></div>
|
|
<div id="bootLogo">
|
|
PMI
|
|
</div>
|
|
<div id="bootHelpText">
|
|
Press ESC to access options.<br>
|
|
© 2×25, Personal Machinery InfoTechnology, Inc. All rights reserved.
|
|
</div>
|
|
</div>
|
|
<div id="backscreen">
|
|
<span id="clock">
|
|
.
|
|
</span>
|
|
<span id="backlogo">
|
|
<h1>PMI</h1>
|
|
<i>Secured Development Shell</i><br>
|
|
</span>
|
|
<span id="startbar">
|
|
This is a demonstration - You are not connected to an Android.</i>
|
|
</span>
|
|
</div>
|
|
<div id="userinfo">
|
|
Welcome, <b>Developer</b>!<br>
|
|
Your current tier: <b>Gold</b><br>
|
|
</div>
|
|
<div id="icons">
|
|
<span class="icon" ondblclick="openWindow('importFiles')">
|
|
<img src="https://win98icons.alexmeub.com/icons/png/directory_channels-2.png" alt="">
|
|
<p>Imported Files</p>
|
|
</span>
|
|
<span class="icon" ondblclick="openWindow('meshNetEmulator')">
|
|
<img src="https://win98icons.alexmeub.com/icons/png/entire_network_globe-3.png" alt="">
|
|
<p>MeshNet Emulator</p>
|
|
</span>
|
|
<span class="icon" ondblclick="openWindow('eventLog')">
|
|
<img src="https://win98icons.alexmeub.com/icons/png/template_empty-5.png" alt="">
|
|
<p>Event Log</p>
|
|
</span>
|
|
<span class="icon" ondblclick="openWindow('thoughtMatrix')">
|
|
<img src="https://win98icons.alexmeub.com/icons/png/regedit_binary-0.png" alt="">
|
|
<p>Thought Matrix</p>
|
|
</span>
|
|
</div>
|
|
<div id="exitCommands">
|
|
<span class="icon" ondblclick="openWindow('leaveEnvironment')">
|
|
<img src="https://win98icons.alexmeub.com/icons/png/shell_window2.png" alt="">
|
|
<p>Leave Environment</p>
|
|
</span>
|
|
</div>
|
|
<div id="apps">
|
|
<div class="app" id="leaveEnvironment">
|
|
<div class="titlebar">
|
|
<span class="title">Leave Environment</span>
|
|
</div>
|
|
<div class="content">
|
|
You are about to leave the Secured Environment and return to the main system.<br>
|
|
Are you sure you want to do this?<br>
|
|
<div class="buttons">
|
|
<button onclick="exit()" id="yes">Yes</button>
|
|
<button onclick="closeWindow('leaveEnvironment')" id="no">No</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="app" id="importFiles">
|
|
<div class="titlebar">
|
|
<span class="title">Imported Files</span>
|
|
<button class="close-button" onclick="closeWindow('importFiles')">X</button>
|
|
</div>
|
|
<div class="content"
|
|
style="color: rgba(0,0,0,0.25); height: 300px; width: 500px; display: flex; align-items: center; justify-content: center;">
|
|
no files available.<br>
|
|
this is a demonstration.
|
|
<!-- Content goes here -->
|
|
</div>
|
|
</div>
|
|
<div class="app" id="meshNetEmulator">
|
|
<div class="titlebar">
|
|
<span class="title">MeshNet Emulator</span>
|
|
<button class="close-button" onclick="closeWindow('meshNetEmulator')">X</button>
|
|
</div>
|
|
<div class="content">
|
|
<div id="mnetext"></div>
|
|
<form id="mneform">
|
|
<input type="text" name="submittor" id="mnesender">
|
|
<input type="submit" value="Send" id="mnesubmit">
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div class="app" id="eventLog">
|
|
<div class="titlebar">
|
|
<span class="title">Event Log</span>
|
|
<button class="close-button" onclick="closeWindow('eventLog')">X</button>
|
|
</div>
|
|
<div class="content">
|
|
i'm gonna be honest, it's 4:30 AM and i don't want to write this right now<br>
|
|
sorry<br>
|
|
-- kio
|
|
</div>
|
|
</div>
|
|
<div class="app" id="thoughtMatrix">
|
|
<div class="titlebar">
|
|
<span class="title">Thought Matrix</span>
|
|
<button class="close-button" onclick="closeWindow('thoughtMatrix')">X</button>
|
|
</div>
|
|
<div class="content">
|
|
<table>
|
|
<tr>
|
|
<th></th>
|
|
<th>Core 1</th>
|
|
<th>Core 2</th>
|
|
<th>Core 3</th>
|
|
<th>Core 4</th>
|
|
<th>Core 5</th>
|
|
<th>Core 6</th>
|
|
</tr>
|
|
<tr>
|
|
<td>Thread 1</td>
|
|
<td>BASIC<br>
|
|
Monitoring</td>
|
|
<td></td>
|
|
<td>CORE<br>
|
|
Determining Logic Route (Trgt: 73% Correctness)</td>
|
|
<td></td>
|
|
<td>AUDIO<br>
|
|
Filtering Noise</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Thread 2</td>
|
|
<td></td>
|
|
<td>CORE<br>
|
|
Providing Marketing Data</td>
|
|
<td></td>
|
|
<td>
|
|
TEACHER<br>
|
|
Reinforcing Behavior
|
|
</td>
|
|
<td></td>
|
|
<td>MESHNET<br>
|
|
Maintaining Grid Connection</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Thread 3</td>
|
|
<td></td>
|
|
<td>VISUAL<br>
|
|
Processing Information</td>
|
|
<td>EMERGSYS<br>
|
|
Listening for Emergency<br>
|
|
Depends: 6,2</td>
|
|
<td>CORE<br>
|
|
Processing Complex Interaction<br>
|
|
Depends: 2,3;2,4;5</td>
|
|
<td></td>
|
|
<td>MESHNET<br>
|
|
Accessing Data<br>
|
|
Depends: 6,2</td>
|
|
|
|
</tr>
|
|
<tr>
|
|
<td>Thread 4</td>
|
|
<td></td>
|
|
<td>AUDIO<br>
|
|
Processing Speech<br>
|
|
Depends: 5,1</td>
|
|
<td>SAVER<br>
|
|
Maintaining ShortStorage</td>
|
|
<td>CORE<br>
|
|
Monitoring Inputs</td>
|
|
<td>CORE<br>
|
|
Stablizing Upright Position<br>
|
|
Depends: 4;5
|
|
</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Thread 5</td>
|
|
<td></td>
|
|
<td>SAVER<br>
|
|
Maintaining LongStorage</td>
|
|
<td>CORE<br>
|
|
Providing Life Mimicry<br>
|
|
Depends: 2,3;2,4</td>
|
|
<td></td>
|
|
<td>SENSORY<br>
|
|
Processing EDC Data</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Thread 6</td>
|
|
<td>TEACHER<br>
|
|
Monitoring 3rd Person Behavior</td>
|
|
<td>MESHNET<br>
|
|
Providing Relay Service<br>
|
|
Depends: 6,2</td>
|
|
<td></td>
|
|
<td>IVM<br>Voice: Standby</td>
|
|
<td></td>
|
|
<td>CORE<br>
|
|
Providing Expression<br>
|
|
Depends: 4,3</td>
|
|
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="code.js"></script>
|
|
</body>
|
|
|
|
</html> |