<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" href="./data/favicon.ico"> <link rel="icon" sizes="192x192" href="./data/icon.png"> <title>eBay competitor price compare</title> <link rel="stylesheet" href="./css/w3.css"> <style> body { background-color: #000000; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; } </style> </head> <body class="w3-animate-zoom"> <div class="w3-container w3-content w3-center" style="margin-top:1%"> <h1 class="w3-wide w3-text-white">eBay competitor price compare</h1> <div class="w3-panel w3-card-4 w3-white w3-padding"> <iframe src="test_fragment.html" title="W3Schools Free Online Web Tutorials"></iframe> </div> <div class="w3-container w3-content w3-center" style="max-width:600px;"> <div class="w3-panel w3-card w3-dark-gray w3-padding"> <div class="w3-center-align"> <a class="w3-hover" style="text-decoration: none" href="mailto:mail@hendrikschutter.com"> <h6>mail@hendrikschutter.com</h6></a> <a class="w3-hover" style="text-decoration: none" href="https://git.mosad.xyz/localhorst/eBayCompetitorPriceCompare"> <h6>https://git.mosad.xyz/localhorst/eBayCompetitorPriceCompare</h6></a> </div> </div> </div> <footer class="w3-container w3-center">Last update: 2022/03/30/<footer> </body> </html>