mirror of
https://github.com/SpikeHD/MojoFrontend.git
synced 2024-11-16 07:29:23 +00:00
settings page
This commit is contained in:
parent
19a176bdfd
commit
fa9ab93880
@ -14,6 +14,7 @@
|
||||
<div id="sidebar">
|
||||
<div class="sidebarItem" data-value="players">Players</div>
|
||||
<div class="sidebarItem" data-value="server">Server</div>
|
||||
<div class="sidebarItem" data-value="settings">Settings</div>
|
||||
</div>
|
||||
<iframe id="content" src="pages/default.html"></iframe>
|
||||
</div>
|
||||
|
9
pages/settings.html
Normal file
9
pages/settings.html
Normal file
@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="../styles/console.css" />
|
||||
</head>
|
||||
</html>
|
||||
<div>
|
||||
This is the settings page!
|
||||
</div>
|
@ -2,6 +2,7 @@ html {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100vh;
|
||||
user-select: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@ -13,6 +14,7 @@ body {
|
||||
|
||||
iframe {
|
||||
border: none;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
#logo {
|
||||
@ -57,7 +59,7 @@ iframe {
|
||||
padding: 20px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
|
||||
transition: background 0.2s ease-in-out;
|
||||
transition: background-color 0.1s ease-in-out;
|
||||
}
|
||||
|
||||
.sidebarItem:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user