Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ukataria committed Feb 7, 2024
1 parent 3770765 commit 2f2cb76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Login.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css">
<title>Login Page</title>
<script>
<script>
function redirectToCallPage() {
document.write(callPageHtml);
document.close();
Expand Down
2 changes: 1 addition & 1 deletion callpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Call Page</title>
</head>
<body>
<nav class="container-fluid">
<nav class="container-fluid">
<ul>
<li><strong>GLOBALEX</strong></li>
</ul>
Expand Down

0 comments on commit 2f2cb76

Please sign in to comment.