fix paths

This commit is contained in:
ghost 2021-12-30 23:09:19 +02:00
parent 8de37a244f
commit 08f4981a0d
3 changed files with 11 additions and 9 deletions

View File

@ -3,12 +3,13 @@
<head>
<meta charset="UTF-8" />
<title><?php echo $metaTitle ?></title>
<base href="<?php echo PROJECT_HOST ?>" />
<meta name="description" content="Twisterarmy Cloud is the open source web interface to interact twister network without node installation." />
<link rel="stylesheet" type="text/css" href="css/font.css" />
<link rel="stylesheet" type="text/css" href="css/bi.css" />
<link rel="stylesheet" type="text/css" href="css/common.css" />
<link rel="stylesheet" type="text/css" href="css/app.css" />
<link rel="stylesheet" type="text/css" href="css/mobile.css" />
<link rel="stylesheet" type="text/css" href="css/template/default/font.css" />
<link rel="stylesheet" type="text/css" href="css/template/default/bi.css" />
<link rel="stylesheet" type="text/css" href="css/template/default/common.css" />
<link rel="stylesheet" type="text/css" href="css/template/default/app.css" />
<link rel="stylesheet" type="text/css" href="css/template/default/mobile.css" />
<script src="js/jquery.js"></script>
</head>
<body class="bg-c-1 bg-img-1 c-0">
@ -16,7 +17,7 @@
<div class="mw-1024 mx-auto">
<div class="nav float-left h-48 lh-48">
<div class="px-16">
<a class="c-1 f-size-18" href="<?php echo PROJECT_HOST ?>">Twisterarmy <i><?php echo _('Cloud') ?></i></a>
<a class="c-1 f-size-18" href="/">Twisterarmy <i><?php echo _('Cloud') ?></i></a>
</div>
</div>
<div class="nav bg-c-2 bg-img-2 float-right t-right h-48 lh-48">

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8" />
<title><?php echo $metaTitle ?></title>
<base href="<?php echo PROJECT_HOST ?>" />
<meta name="description" content="Twisterarmy Cloud is the open source web interface to interact twister network without node installation." />
<link rel="stylesheet" type="text/css" href="css/template/default/font.css" />
<link rel="stylesheet" type="text/css" href="css/template/default/bi.css" />
@ -23,7 +24,7 @@
<div class="mw-1024 mx-auto">
<div class="nav float-left h-48 lh-48">
<div class="px-16">
<a class="c-1 f-size-18" href="<?php echo PROJECT_HOST ?>">Twisterarmy <i><?php echo _('Cloud') ?></i></a>
<a class="c-1 f-size-18" href="/">Twisterarmy <i><?php echo _('Cloud') ?></i></a>
</div>
</div>
<div class="nav bg-c-2 bg-img-2 float-right t-right h-48 lh-48">

View File

@ -1,8 +1,8 @@
<?php include(PROJECT_DIR . '/application/controller/common/header.php') ?>
<?php include(PROJECT_DIR . '/application/controller/common/header/guest.php') ?>
<div class="mw-1024 mx-auto of-hidden">
<div class="mw-360 mx-auto my-100 bg-c-4 b-r-3 py-28 px-24">
<h1 class="f-size-65 f-normal mb-20 t-center"><?php echo _('404') ?></h1>
<p class="t-center"><?php echo _('Page not Found') ?></p>
</div>
</div>
<?php include(PROJECT_DIR . '/application/controller/common/footer.php') ?>
<?php include(PROJECT_DIR . '/application/controller/common/footer/guest.php') ?>