-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 760f8d4
Showing
357 changed files
with
85,103 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,183 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta http-equiv="refresh" content="0; url=/"> | ||
<script> | ||
/*** | ||
* Redirect old style URL to new page if it exists | ||
* Only redirects if response of target URL is not 404 | ||
***/ | ||
|
||
|
||
function redirectBrowser(baseURL) { | ||
const newPath = location.pathname.split(':').join('/') + '/'; | ||
const newURL = baseURL + newPath; | ||
var request = new XMLHttpRequest(); | ||
request.open('GET', newURL, true); | ||
request.onreadystatechange = function () { | ||
if (request.readyState === 4) { | ||
if (request.status !== 404) { | ||
window.stop(); | ||
location.replace(newURL); | ||
} | ||
} | ||
} | ||
request.send(); | ||
} | ||
|
||
if (location.pathname.includes(':')) { | ||
redirectBrowser(location.origin); | ||
} | ||
</script> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<title>Page Not Found :: QENTA Online Guides</title> | ||
<meta name="generator" content="Antora 2.3.4"> | ||
<link rel="stylesheet" href="/_/css/site.css"> | ||
<link rel="stylesheet" href="/_/css/search.css"> | ||
<link rel="stylesheet" href="/_/css/qenta.css"> | ||
<link rel="stylesheet" href="https://use.typekit.net/ucf2gvc.css"> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
<link rel="stylesheet" href="/_/css/nav-menu.css"> | ||
<link rel="stylesheet" href="/_/css/tables.css"> | ||
<script>var uiRootPath = '/_'</script> | ||
<link rel="icon" href="/_/img/Favicon-QENTA-RGB.png" type="image/png"> | ||
</head> | ||
|
||
<body class="status-404"> | ||
<header class="header" role="banner"> | ||
<nav class="navbar"> | ||
<div class="navbar-brand"> | ||
<a class="navbar-item" href="https://guides.qenta.com">QENTA Online Guides</a> | ||
<div class="navbar-item search-item"> | ||
<input id="search-input" type="text" placeholder="Search"> | ||
</div> | ||
<button class="navbar-burger" data-target="topbar-nav"> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</button> | ||
</div> | ||
<div id="topbar-nav" class="navbar-menu"> | ||
<div class="navbar-end"> | ||
<div class="navbar-item is-hoverable"> | ||
<a class="navbar-link" href="https://guides.qenta.com/">Home</a> | ||
</div> | ||
<div class="navbar-item is-hoverable"> | ||
<a class="navbar-link" href="https://payments.qenta.com/">Enterprise</a> | ||
</div> | ||
<div class="navbar-item is-hoverable"> | ||
<a class="navbar-link" href="https://payments.qenta.com/haendler-login/">Merchant Login</a> | ||
</div> | ||
<div class="navbar-item"> | ||
<span class="control"> | ||
<a class="button is-primary" href="https://guides.qenta.com/contact/">Contact</a> | ||
</span> | ||
</div> | ||
</div> | ||
</div> | ||
</nav> | ||
</header> | ||
<div class="body"> | ||
<div class="nav-container"> | ||
<aside class="nav"> | ||
<div class="panels"> | ||
<div class="nav-panel-explore is-active" data-panel="explore"> | ||
<ul class="components"> | ||
<li class="component"> | ||
<a class="title" href="/online-guides/main/">QENTA Online Guides</a> | ||
<ul class="versions"> | ||
<li class="version is-latest"> | ||
<a href="/online-guides/main/">main</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</aside> | ||
</div> | ||
<main class="article"> | ||
<div class="toolbar" role="navigation"> | ||
<button class="nav-toggle"></button> | ||
<a href="/online-guides/main/" class="home-link"></a> | ||
<nav class="breadcrumbs" aria-label="breadcrumbs"> | ||
</nav> | ||
</div> | ||
<div class="content"> | ||
<article class="doc"> | ||
<h1 class="page">Page Not Found</h1> | ||
<div class="paragraph"> | ||
<p>The page you’re looking for does not exist. It may have been moved. You can return to the <a href="/online-guides/main/">start page</a>, or follow one of the links in the navigation to the left.</p> | ||
</div> | ||
<div class="paragraph"> | ||
<p>If you arrived on this page by clicking on a link, please notify the owner of the site that the link is broken. | ||
If you typed the URL of this page manually, please double check that you entered the address correctly.</p> | ||
</div> | ||
</article> | ||
</div> | ||
</main> | ||
</div> | ||
<footer class="footer qenta"> | ||
<div class="uk-section-secondary uk-section"> | ||
<div class="uk-container"> | ||
<div class="tm-grid-expand uk-grid-large uk-grid-margin-large uk-grid" uk-grid=""> | ||
<div class="uk-width-1-3@m uk-first-column"> | ||
<div class="uk-position-relative uk-margin" style="left: 0px; bottom: 20px;"> | ||
<a class="el-link" href="#2" uk-scroll=""><img class="el-image" alt="" uk-img="" | ||
src="https://payments.qenta.com/wp-content/uploads/2022/06/RZ-Logo-QENTA-CMYK-invertiert-2.svg" width="120"></a> | ||
</div> | ||
<div class="uk-panel uk-text-meta uk-position-relative" style="bottom: 20px;"> | ||
<p>©2023 - QENTA PAYMENT CEE GMBH</p> | ||
</div> | ||
</div> | ||
<div class="uk-width-2-3@m"> | ||
<div class="uk-text-right"> | ||
<ul class="uk-margin-remove-bottom uk-subnav uk-flex-right" uk-margin=""> | ||
<li class="el-item uk-first-column"> | ||
<a class="el-link" href="https://payments.qenta.com/">COMPANY</a> | ||
</li> | ||
<li class="el-item"> | ||
<a class="el-link" href="https://payments.qenta.com/en/merchant-login/">MERCHANT LOGIN</a> | ||
</li> | ||
<li class="el-item"> | ||
<a class="el-link" href="https://payments.qenta.com/en/payment-solutions/">SOLUTIONS</a> | ||
</li> | ||
<li class="el-item"> | ||
<a class="el-link" href="https://payments.qenta.com/en/contact/">CONTACT</a> | ||
</li> | ||
<li class="el-item"> | ||
<a class="el-link" href="https://guides.qenta.com" target="_blank">ONLINE GUIDES</a> | ||
</li> | ||
<li class="el-item"> | ||
<a class="el-link" href="https://payments.qenta.com/en/download-center/">DOWNLOAD CENTER</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="uk-text-right"> | ||
<ul class="uk-margin-remove-bottom uk-subnav uk-flex-right" uk-margin=""> | ||
<li class="el-item uk-first-column"> | ||
<a class="el-link" href="https://payments.qenta.com/en/imprint/">IMPRINT</a> | ||
</li> | ||
<li class="el-item"> | ||
<a class="el-link" href="https://guides.qenta.com/protection-personal-data/data-protection-en/">DATA PROTECTION</a> | ||
</li> | ||
<li class="el-item"> | ||
<a class="el-link" href="https://payments.qenta.com/en/terms-and-conditions/">T&C</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
<script src="/_/js/site.js"></script> | ||
<script src="/_/js/vendor/lunr.js"></script> | ||
<script src="/_/js/vendor/search.js" id="search-script" data-base-path="https://guides.qenta.com" data-page-path=""></script> | ||
<script async src="/_/../search-index.js"></script> | ||
<script async src="/_/js/vendor/highlight.js"></script> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.