Skip to content

Commit

Permalink
Fix page title and navbar bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatBeaverDev committed Sep 15, 2024
1 parent d1edacd commit 64ab48d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@

<head>
<meta charset="UTF-8">
<title>rotur</title>
<title>Rotur: A Web Standard for Communication.</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="Rotur: A Web Standard" property="og:title" />
<meta content="A websocket based networking and account system" property="og:description" />
<meta content="https://rotur.dev" property="og:url" />
<meta content="https://avatars.githubusercontent.com/u/174211781?s=256&v=4" property="og:image" />
<meta content="#3f2f3c" name="theme-color" />
<title>rotur</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
Expand All @@ -30,7 +28,7 @@ <h1>Rotur</h1>
<h1>About</h1>
<p>Rotur is a cloudlink based, networking packet standard and accounts system packaged into an easy to use extension.
</p>
<div class="devs">
<div class="devs" style="">
<a href="https://github.com/mistium">
<img src="https://avatars.githubusercontent.com/u/92952823?v=4" width="140px" draggable="false">
<p>Mistium</p>
Expand Down
2 changes: 1 addition & 1 deletion nav.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Load the navbar content from navbar.html into the placeholder
fetch('/nav')
fetch('/nav.html')
.then(response => response.text())
.then(data => {
document.getElementById('navbar-placeholder').innerHTML = data;
Expand Down

0 comments on commit 64ab48d

Please sign in to comment.