changed system version

This commit is contained in:
valentijn
2024-02-06 13:04:56 +01:00
parent 16701e0450
commit 190bb73bd1
3 changed files with 2 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ function info(req, res){
`<div style='display:flex; justify-content:flex-start; gap:5px;'> `<div style='display:flex; justify-content:flex-start; gap:5px;'>
<img src='icon-ascii.png' alt='ascii image' style='height: 600px;'/> <img src='icon-ascii.png' alt='ascii image' style='height: 600px;'/>
<div style='display:flex; flex-direction: column; gap:15px; justify-content: center;'> <div style='display:flex; flex-direction: column; gap:15px; justify-content: center;'>
<p>OS: HerpDerpOS</p> <p>OS: HerpDerpOS v1.0.13</p>
<p>USER: ${req.session.state.username}</p> <p>USER: ${req.session.state.username}</p>
<p>CPU: 12th Gen Intel i7-1260P (12) @ 2.496GHz</p> <p>CPU: 12th Gen Intel i7-1260P (12) @ 2.496GHz</p>
<p>GPU: NVIDIA Geforce RTX 4060 TI</p> <p>GPU: NVIDIA Geforce RTX 4060 TI</p>

View File

@@ -60,7 +60,6 @@
"/bin/": { "/bin/": {
"clear": "executable program", "clear": "executable program",
"ls": "executable program", "ls": "executable program",

View File

@@ -19,7 +19,7 @@
<div id="terminal"> <div id="terminal">
<div class="terminalLine"> <div class="terminalLine">
<span class="responseText"> <span class="responseText">
HerpDerpOS Terminal - Version 1.0<br> HerpDerpOS Terminal - Version 1.0.13<br>
If you have limited linux knowledge, or you want to see the command list. Please type "help" to see all available commands.<br> If you have limited linux knowledge, or you want to see the command list. Please type "help" to see all available commands.<br>
For system information, use "info".<br><br> For system information, use "info".<br><br>
Welcome, and happy coding!<br><br> Welcome, and happy coding!<br><br>