Replace /en/ with /ja/

This commit is contained in:
Suguru Hirahara
2023-08-05 19:47:49 +09:00
parent 1a125bce0a
commit 2bf199adb6
7 changed files with 50 additions and 50 deletions

View File

@@ -6,17 +6,17 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/feed.xml" rel="alternate" type="application/rss+xml" title="Hostux">
<meta property="og:site_name" content="Hostux">
<meta property="og:title" content="Hostux">
<meta property="og:type" content="website">
<meta property="og:url" content="https://Hostux.net/404.html">
<meta property="og:image" content="https://Hostux.net/static/img/hostux.svg">
<link rel="stylesheet" href="/static/lib/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/lib/fork-awesome/css/fork-awesome.min.css">
<link rel="stylesheet" href="/static/css/app.css">
<link rel="prefetch" type="application/l10n" href="static/locales.ini">
<link rel="shortcut icon" href="/favicon.ico">
</head>
@@ -25,25 +25,25 @@
<div class="container">
<header class="py-3 text-center">
<a href="/"><img src="/static/img/hostux.svg" alt="Hostux" class="avatar"></a>
</header>
<div class="d-flex flex-column flex-md-row align-items-center justify-content-center p-1 px-sm-4 mb-3 bg-white border-bottom shadow-sm">
<nav class="my-2 my-md-0">
<a class="p-2 text-dark" href="/en/about.html">About</a>
<a class="p-2 text-dark" href="/en/index.html">Services</a>
<a class="p-2 text-dark" href="/en/blog.html">Updates</a>
<a class="p-2 text-dark" href="/en/contact.html">Contact</a>
<a class="p-2 text-dark" href="/ja/about.html">About</a>
<a class="p-2 text-dark" href="/ja/index.html">Services</a>
<a class="p-2 text-dark" href="/ja/blog.html">Updates</a>
<a class="p-2 text-dark" href="/ja/contact.html">Contact</a>
</nav>
</div>
</div>
<div class="container mt-4">
<div class="text-center">
<h3>Page Not Found</h3>
@@ -65,7 +65,7 @@
<div class="container">
<footer class="p-3 px-md-4 my-3 border shadow ">
<div class="row justify-content-sm-between">
<div class="col-sm">
<a href="https://irc.gru.hostux.eu" class="mx-1 footer-link" target="_blank">
@@ -77,7 +77,7 @@
<a href="https://git.hostux.net/valere/hostux.network" class="mx-1 footer-link" target="_blank">
<i class="fa fa-git" aria-hidden="true"></i> Source Code
</a>
<a href="https://hostux.network/en/terms.html" class="mx-1 footer-link" target="_blank">
<a href="https://hostux.network/ja/terms.html" class="mx-1 footer-link" target="_blank">
<i class="fa fa-sticky-note-o" aria-hidden="true"></i> Terms of use.
</a>
</div>
@@ -94,11 +94,11 @@
</div>
<div class="col-sm footer-col">
<a class="btn btn-danger mb-2" href="https://liberapay.com/valere_hostux/" target="_blank">Donate</a>
</div>
</div>
</footer>
</div>
@@ -107,7 +107,7 @@
<script src="/static/lib/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="/static/lib/webl10n/l10n.js"></script>
<script src="/static/js/app.js"></script>
</body>
</html>
</html>