mirror of
https://github.com/tildeclub/site.git
synced 2026-03-10 05:50:17 +00:00
use relative links and correct css
This commit is contained in:
10
header.php
10
header.php
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user