Files
ReZygisk/webui/pages/terminal.html
RainyXeon / a3accd7a94 add: base for webui support in rezygisk
This commit will add the base for webui in rezygisk
2024-11-12 00:08:28 -03:00

24 lines
863 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="initial-scale=1, width=device-width" />
<meta name="viewport" content="viewport-fit=cover" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="../css/terminal.css" />
</head>
<body>
<div class="header">
<a href="../index.html" style="background-color: #181c20;">
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed" style="background-color: #181c20;">
<path d="m313-440 224 224-57 56-320-320 320-320 57 56-224 224h487v80H313Z"/>
</svg>
</a>
<div style="padding-left: 10px; background-color: #181c20;">Terminal</div>
</div>
<div class="main">
<div>root@rezygisk:/$ </div>
</div>
</body>
</html>