Skip to content

Commit

Permalink
Add a home page button
Browse files Browse the repository at this point in the history
Added a home page button to the setting page as on dekstop apps if you click the settings page there is no way to return to the main page.
  • Loading branch information
CyberZenDev authored Feb 8, 2024
1 parent 634ba7c commit 23666ac
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions templates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,23 @@
background-color: #3367d6;
}

.home-button {
position: absolute;
top: 10px;
left: 10px;
background-color: #4285F4;
padding: 10px;
border: none;
border-radius: 5px;
color: #ffffff;
text-decoration: none;
}

</style>
</head>

<body>
<a href="/" class="home-button">Home</a>
<h1>Settings</h1>

<!-- Add your settings here -->
Expand Down

0 comments on commit 23666ac

Please sign in to comment.