Replace /en/ with /ja/

This commit is contained in:
Suguru Hirahara 2023-08-05 19:47:49 +09:00
parent 1a125bce0a
commit 2bf199adb6
No known key found for this signature in database
GPG Key ID: E4F9743DAB4B7B75
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"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/feed.xml" rel="alternate" type="application/rss+xml" title="Hostux"> <link href="/feed.xml" rel="alternate" type="application/rss+xml" title="Hostux">
<meta property="og:site_name" content="Hostux"> <meta property="og:site_name" content="Hostux">
<meta property="og:title" content="Hostux"> <meta property="og:title" content="Hostux">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:url" content="https://Hostux.net/404.html"> <meta property="og:url" content="https://Hostux.net/404.html">
<meta property="og:image" content="https://Hostux.net/static/img/hostux.svg"> <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/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/lib/fork-awesome/css/fork-awesome.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="stylesheet" href="/static/css/app.css">
<link rel="prefetch" type="application/l10n" href="static/locales.ini"> <link rel="prefetch" type="application/l10n" href="static/locales.ini">
<link rel="shortcut icon" href="/favicon.ico"> <link rel="shortcut icon" href="/favicon.ico">
</head> </head>
@ -25,25 +25,25 @@
<div class="container"> <div class="container">
<header class="py-3 text-center"> <header class="py-3 text-center">
<a href="/"><img src="/static/img/hostux.svg" alt="Hostux" class="avatar"></a> <a href="/"><img src="/static/img/hostux.svg" alt="Hostux" class="avatar"></a>
</header> </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"> <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"> <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="/ja/about.html">About</a>
<a class="p-2 text-dark" href="/en/index.html">Services</a> <a class="p-2 text-dark" href="/ja/index.html">Services</a>
<a class="p-2 text-dark" href="/en/blog.html">Updates</a> <a class="p-2 text-dark" href="/ja/blog.html">Updates</a>
<a class="p-2 text-dark" href="/en/contact.html">Contact</a> <a class="p-2 text-dark" href="/ja/contact.html">Contact</a>
</nav> </nav>
</div> </div>
</div> </div>
<div class="container mt-4"> <div class="container mt-4">
<div class="text-center"> <div class="text-center">
<h3>Page Not Found</h3> <h3>Page Not Found</h3>
@ -65,7 +65,7 @@
<div class="container"> <div class="container">
<footer class="p-3 px-md-4 my-3 border shadow "> <footer class="p-3 px-md-4 my-3 border shadow ">
<div class="row justify-content-sm-between"> <div class="row justify-content-sm-between">
<div class="col-sm"> <div class="col-sm">
<a href="https://irc.gru.hostux.eu" class="mx-1 footer-link" target="_blank"> <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"> <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 <i class="fa fa-git" aria-hidden="true"></i> Source Code
</a> </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. <i class="fa fa-sticky-note-o" aria-hidden="true"></i> Terms of use.
</a> </a>
</div> </div>
@ -94,11 +94,11 @@
</div> </div>
<div class="col-sm footer-col"> <div class="col-sm footer-col">
<a class="btn btn-danger mb-2" href="https://liberapay.com/valere_hostux/" target="_blank">Donate</a> <a class="btn btn-danger mb-2" href="https://liberapay.com/valere_hostux/" target="_blank">Donate</a>
</div> </div>
</div> </div>
</footer> </footer>
</div> </div>
@ -107,7 +107,7 @@
<script src="/static/lib/bootstrap/dist/js/bootstrap.min.js"></script> <script src="/static/lib/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="/static/lib/webl10n/l10n.js"></script> <script src="/static/lib/webl10n/l10n.js"></script>
<script src="/static/js/app.js"></script> <script src="/static/js/app.js"></script>
</body> </body>
</html> </html>

View File

@ -33,10 +33,10 @@
<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"> <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"> <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="/ja/about.html">About</a>
<a class="p-2 text-dark" href="/en/index.html">Services</a> <a class="p-2 text-dark" href="/ja/index.html">Services</a>
<a class="p-2 text-dark" href="/en/blog.html">Updates</a> <a class="p-2 text-dark" href="/ja/blog.html">Updates</a>
<a class="p-2 text-dark" href="/en/contact.html">Contact</a> <a class="p-2 text-dark" href="/ja/contact.html">Contact</a>
</nav> </nav>
</div> </div>
@ -59,7 +59,7 @@
<hr> <hr>
<p> <p>
Public services that require registration, may come with their own terms and privacy policy. Public services that require registration, may come with their own terms and privacy policy.
But here are our overall <a href="/en/terms.html">terms of use</a>. But here are our overall <a href="/ja/terms.html">terms of use</a>.
</p> </p>
<hr> <hr>
<p> <p>
@ -67,7 +67,7 @@
</p> </p>
<hr> <hr>
<p> <p>
I manage <a href="https://hostux.network" alt="hostux.network">hostux.network</a> and all the <a href=https://hostux.network/en/index.html alt="hostux.network services">services</a> on my free time and my own funds. If you are satisfied with the services and you use them regularly, don't hesitate to support me on <a href="https://liberapay.com/valere_hostux/" target="_blank">Liberapay</a>. I manage <a href="https://hostux.network" alt="hostux.network">hostux.network</a> and all the <a href=https://hostux.network/ja/index.html alt="hostux.network services">services</a> on my free time and my own funds. If you are satisfied with the services and you use them regularly, don't hesitate to support me on <a href="https://liberapay.com/valere_hostux/" target="_blank">Liberapay</a>.
</p> </p>
<p> <p>
Our current expenses:<br> Our current expenses:<br>
@ -101,7 +101,7 @@
<a href="https://git.hostux.net/valere/hostux.network" class="mx-1 footer-link" target="_blank"> <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 <i class="fa fa-git" aria-hidden="true"></i> Source Code
</a> </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. <i class="fa fa-sticky-note-o" aria-hidden="true"></i> Terms of use.
</a> </a>
</div> </div>

View File

@ -32,10 +32,10 @@
<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"> <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"> <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="/ja/about.html">About</a>
<a class="p-2 text-dark" href="/en/index.html">Services</a> <a class="p-2 text-dark" href="/ja/index.html">Services</a>
<a class="p-2 text-dark" href="/en/blog.html">Updates</a> <a class="p-2 text-dark" href="/ja/blog.html">Updates</a>
<a class="p-2 text-dark" href="/en/contact.html">Contact</a> <a class="p-2 text-dark" href="/ja/contact.html">Contact</a>
</nav> </nav>
</div> </div>
@ -65,7 +65,7 @@
<a href="https://git.hostux.net/valere/hostux.network" class="mx-1 footer-link" target="_blank"> <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 <i class="fa fa-git" aria-hidden="true"></i> Source Code
</a> </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. <i class="fa fa-sticky-note-o" aria-hidden="true"></i> Terms of use.
</a> </a>
</div> </div>

View File

@ -9,7 +9,7 @@
<meta property="og:title" content="Hostux"> <meta property="og:title" content="Hostux">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:url" content="https://Hostux.net/en/contac.html"> <meta property="og:url" content="https://Hostux.net/ja/contac.html">
<meta property="og:image" content="https://Hostux.net/static/img/hostux.svg"> <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/bootstrap/dist/css/bootstrap.min.css">
@ -32,10 +32,10 @@
<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"> <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"> <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="/ja/about.html">About</a>
<a class="p-2 text-dark" href="/en/index.html">Services</a> <a class="p-2 text-dark" href="/ja/index.html">Services</a>
<a class="p-2 text-dark" href="/en/blog.html">Updates</a> <a class="p-2 text-dark" href="/ja/blog.html">Updates</a>
<a class="p-2 text-dark" href="/en/contact.html">Contact</a> <a class="p-2 text-dark" href="/ja/contact.html">Contact</a>
</nav> </nav>
</div> </div>
@ -83,7 +83,7 @@
<a href="https://git.hostux.net/valere/hostux.network" class="mx-1 footer-link" target="_blank"> <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 <i class="fa fa-git" aria-hidden="true"></i> Source Code
</a> </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. <i class="fa fa-sticky-note-o" aria-hidden="true"></i> Terms of use.
</a> </a>
</div> </div>

View File

@ -9,7 +9,7 @@
<meta property="og:title" content="Hostux"> <meta property="og:title" content="Hostux">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:url" content="https://Hostux.net/en/index.html"> <meta property="og:url" content="https://Hostux.net/ja/index.html">
<meta property="og:image" content="https://Hostux.net/static/img/hostux.svg"> <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/bootstrap/dist/css/bootstrap.min.css">
@ -32,10 +32,10 @@
<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"> <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"> <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="/ja/about.html">About</a>
<a class="p-2 text-dark" href="/en/index.html">Services</a> <a class="p-2 text-dark" href="/ja/index.html">Services</a>
<a class="p-2 text-dark" href="/en/blog.html">Updates</a> <a class="p-2 text-dark" href="/ja/blog.html">Updates</a>
<a class="p-2 text-dark" href="/en/contact.html">Contact</a> <a class="p-2 text-dark" href="/ja/contact.html">Contact</a>
</nav> </nav>
</div> </div>
@ -457,7 +457,7 @@
<div class="card-body"> <div class="card-body">
<p class="my-2"> <p class="my-2">
An alternative privacy-friendly YouTube frontend. An alternative privacy-friendly YouTube frontend.
The instance is also accessible via <a href="https://f-droid.org/en/packages/com.github.libretube/" target="_blank"">Libretube</a> for Android. The instance is also accessible via <a href="https://f-droid.org/ja/packages/com.github.libretube/" target="_blank"">Libretube</a> for Android.
</p> </p>
</div> </div>
<div class="card-footer"> <div class="card-footer">
@ -610,7 +610,7 @@
<a href="https://git.hostux.net/valere/hostux.network" class="mx-1 footer-link" target="_blank"> <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 <i class="fa fa-git" aria-hidden="true"></i> Source Code
</a> </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 <i class="fa fa-sticky-note-o" aria-hidden="true"></i> Terms of use
</a> </a>
</div> </div>

View File

@ -78,7 +78,7 @@
<a href="https://git.hostux.net/valere/hostux.network" class="mx-1 footer-link" target="_blank"> <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 <i class="fa fa-git" aria-hidden="true"></i> Source Code
</a> </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> Conditions d'utilisation. <i class="fa fa-sticky-note-o" aria-hidden="true"></i> Conditions d'utilisation.
</a> </a>
</div> </div>

View File

@ -32,10 +32,10 @@
<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"> <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"> <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="/ja/about.html">About</a>
<a class="p-2 text-dark" href="/en/index.html">Services</a> <a class="p-2 text-dark" href="/ja/index.html">Services</a>
<a class="p-2 text-dark" href="/en/blog.html">Updates</a> <a class="p-2 text-dark" href="/ja/blog.html">Updates</a>
<a class="p-2 text-dark" href="/en/contact.html">Contact</a> <a class="p-2 text-dark" href="/ja/contact.html">Contact</a>
</nav> </nav>
</div> </div>
@ -141,7 +141,7 @@
<a href="https://git.hostux.net/valere/hostux.network" class="mx-1 footer-link" target="_blank"> <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 <i class="fa fa-git" aria-hidden="true"></i> Source Code
</a> </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. <i class="fa fa-sticky-note-o" aria-hidden="true"></i> Terms of use.
</a> </a>
</div> </div>