Fixed path

This commit is contained in:
konarfil
2023-09-18 14:56:32 +02:00
parent a3b76509ba
commit 9b24249aca

View File

@@ -16,7 +16,7 @@
<header>
<nav>
<div class="nav-wrapper">
<a href="#" class="brand-logo center">
<a href="/" class="brand-logo center">
OAuth 2.0 Playground
<span style="font-size: 15px; color:#FF6600; font-weight:bold;">by Y Soft</span>
</a>
@@ -136,7 +136,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script>
function loadAuthorizationCodeFlowPage() {
$("main").load("pages/authorization_code_flow.html");
$("main").load("pages/authorization-code-flow.html");
}
function loadDeviceAuthorizationGrantPage() {