Ditzzy AF
commited on
Commit
·
ec5ee9a
1
Parent(s):
7a87633
fix: Update login and terminal page titles and content
Browse files- Changed page titles to reflect the new branding (Cv3inx).
- Updated the login page header and footer content to match the new branding and add a link to the developer's GitHub.
- Adjusted the terminal page title to include the new branding.
- views/login.ejs +3 -4
- views/terminal.ejs +2 -2
views/login.ejs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 8 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 9 |
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600&display=swap" rel="stylesheet">
|
|
@@ -229,8 +229,7 @@
|
|
| 229 |
<div class="login-container">
|
| 230 |
<div class="login-header">
|
| 231 |
<div class="logo">
|
| 232 |
-
|
| 233 |
-
Web Terminal
|
| 234 |
</div>
|
| 235 |
<div class="login-subtitle">Secure Shell Access</div>
|
| 236 |
</div>
|
|
@@ -262,7 +261,7 @@
|
|
| 262 |
|
| 263 |
<div class="footer">
|
| 264 |
<div>🔒 Secure connection established</div>
|
| 265 |
-
<div style="margin-top: 4px;">
|
| 266 |
</div>
|
| 267 |
</div>
|
| 268 |
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Cv3inx - Login</title>
|
| 7 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 8 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 9 |
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600&display=swap" rel="stylesheet">
|
|
|
|
| 229 |
<div class="login-container">
|
| 230 |
<div class="login-header">
|
| 231 |
<div class="logo">
|
| 232 |
+
Cv3inx
|
|
|
|
| 233 |
</div>
|
| 234 |
<div class="login-subtitle">Secure Shell Access</div>
|
| 235 |
</div>
|
|
|
|
| 261 |
|
| 262 |
<div class="footer">
|
| 263 |
<div>🔒 Secure connection established</div>
|
| 264 |
+
<div style="margin-top: 4px;">Made with ❤️ by <a href="//github.com/cv3inx">DitzzyAF</a></div>
|
| 265 |
</div>
|
| 266 |
</div>
|
| 267 |
|
views/terminal.ejs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>Web Terminal</title>
|
| 7 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 8 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 9 |
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&display=swap" rel="stylesheet">
|
|
@@ -327,7 +327,7 @@
|
|
| 327 |
<div class="header">
|
| 328 |
<div class="logo">
|
| 329 |
<div class="logo-dot"></div>
|
| 330 |
-
|
| 331 |
</div>
|
| 332 |
<div class="header-actions">
|
| 333 |
<button class="btn" id="clear-btn">Clear</button>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Cv3inx - Web Terminal</title>
|
| 7 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 8 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 9 |
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&display=swap" rel="stylesheet">
|
|
|
|
| 327 |
<div class="header">
|
| 328 |
<div class="logo">
|
| 329 |
<div class="logo-dot"></div>
|
| 330 |
+
Cv3inx - Terminal
|
| 331 |
</div>
|
| 332 |
<div class="header-actions">
|
| 333 |
<button class="btn" id="clear-btn">Clear</button>
|