HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/linde-elearning/legal-notice.html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Legal Notice</title>
  <link rel="shortcut icon" href="/assets/icons/favicon.ico" />
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
  <link rel="stylesheet" href="styles/styles.css">
</head>
<body>
  <header class="header">
    <div class="container">
      <a href="/">
        <img src="assets/images/logo-linde.png" class="header__logo"/>
      </a>
    </div>
  </header>

  <main>
    <section class="legal-notice">
      <div class="container">
        <div class="legal-notice__wrap">
          <h1 class="legal-notice__title text-h2">Legal Notice</h1>
          <div class="legal-notice__content">
            <p>Linde GmbH</p>
            <p>Linde Engineering</p>
            <p>Dr.-Carl-von-Linde-Str. 6-14</p>
            <p>82049 Pullach</p>
            <p>Germany</p>
          </div>
          <div class="legal-notice__content">
            <p>Phone: +49 89 7445-0</p>
            <p>Fax: +49 89 7445-4908</p>
            <p>Email: <a href="mailto:info@linde-le.com">info@linde-le.com</a></p>
          </div>
          <div class="legal-notice__content">
            <p>Registered Office: Pullach/Germany, Court of Registration: Munich, HRB</p>
            <p>256407</p>
            <p>Supervisory Board: Christoph Hammerl (Chairman)</p>
            <p>Management Board: Sean Durbin, Jürgen Nowicki, Matthias von Plotho</p>
          </div>
          <div class="legal-notice__content">
            <p>Value-added tax identification number</p>
            <p>DE 322012334</p>
          </div>
          <div class="legal-notice__content">
            <p>Linde is a company name used by Linde plc and its affiliates. The Linde logo, the Linde word and all mentioned trademarks (®/™) on this website are trademarks or registered trademarks of Linde plc or its affiliates. Copyright © 2021. Linde plc.</p>
          </div>
        </div>
      </div>
    </section>
  </main>

  <div class="cookie" style="display: none">
    <div class="container">
      <div class="row">
        <div class="col-12 col-xl-9">
          <h2>Cookie Preferences</h2>
          <p>By clicking “Accept All Cookies”, you agree to the storing of cookies and similar technologies on your device to enhance site navigation, analyze site usage, offer certain functionalities and assist in our marketing efforts. Strictly necessary cookies are always active. You can read more about our policy in the <br /><a href="/privacy-policy">Privacy Policy.</a>
          </p>
        </div>
        <div class="col-12 col-xl-3 btn-col">
          <div class="inline-buttons">
            <button class="btn-cookie btn-cookie--gradient-small acceptAllCookies">Accept All Cookies</button>
            <button class="btn-cookie btn-cookie--hollow small acceptNecessaryCookies">Reject</button>
          </div>
        </div>
      </div>
    </div>
  </div>

  <footer class="footer">
    <div class="container">
      <div class="footer__wrap">
        <ul class="footer__links">
          <li class="footer__link"><a href="/">HOME</a></li>
          <li class="footer__link"><a href="/legal-notice">LEGAL NOTICE</a></li>
          <li class="footer__link"><a href="/terms-conditions" >TERMS & CONDITIONS</a></li>
          <li class="footer__link"><a href="/privacy-policy" >PRIVACY POLICY</a></li>
          <li class="footer__link"><a href="/cookie-policy">COOKIE POLICY</a></li>
        </ul>
        <p class="footer__copyright">© Copyright E-Learning 2021</p>
      </div>
    </div>
  </footer>

  <script src="js/app.js"></script>
</body>
</html>