use relative links and correct css

This commit is contained in:
root 2019-09-21 14:52:11 -04:00
parent 34e9706cb2
commit 6fb23fa2f6
1 changed files with 6 additions and 4 deletions

View File

@ -4,12 +4,14 @@
<meta http-equiv="x-ua-compatible" content="ie=edge"> <meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title><?=isset($title) ? $title : "Welcome to ~tilde.club~"?></title> <title><?=isset($title) ? $title : "Welcome to ~tilde.club~"?></title>
<link rel="stylesheet" href="https://yourtilde.com/~deepend/tcnew/style.css"> <link rel="stylesheet" href="/style.css">
</head> </head>
<body> <body>
<div id="navbar"> <div id="navbar">
<a href="https://tilde.club/">HOME</a> <a href="/">~TILDE.CLUB~</a>
<a href="https://tilde.club/wiki">WIKI</a> <a href="/">HOME</a>
<a href="https://tilde.club/signup">SIGN-UP</a> <a href="/wiki/">WIKI</a>
<a href="/signup/">SIGN-UP</a>
</div> </div>