Remove index-iframe.html file, eliminating the iframe integration for the Harheimer Tischtennis-Club website. This change simplifies the project structure by removing unused HTML content.
This commit is contained in:
60
index.htm
Normal file
60
index.htm
Normal file
@@ -0,0 +1,60 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<!-- SEO Meta Tags -->
|
||||
<title>Harheimer Tischtennis-Club 1954 e.V. - Offizielle Website</title>
|
||||
<meta name="description" content="Offizielle Website des Harheimer Tischtennis-Club 1954 e.V. - Informationen zu Mannschaften, Terminen, Training und Mitgliedschaft.">
|
||||
<meta name="keywords" content="Harheimer Tischtennis-Club, Tischtennis, Verein, Mannschaften, Training, Mitgliedschaft">
|
||||
<meta name="author" content="Harheimer Tischtennis-Club 1954 e.V.">
|
||||
<meta name="robots" content="index, follow">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.harheimertc.de/">
|
||||
<meta property="og:title" content="Harheimer Tischtennis-Club 1954 e.V.">
|
||||
<meta property="og:description" content="Offizielle Website des Harheimer Tischtennis-Club 1954 e.V.">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://www.harheimertc.de/">
|
||||
<meta property="twitter:title" content="Harheimer Tischtennis-Club 1954 e.V.">
|
||||
<meta property="twitter:description" content="Offizielle Website des Harheimer Tischtennis-Club 1954 e.V.">
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://www.harheimertc.de/">
|
||||
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
iframe {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
border: none;
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<iframe
|
||||
src="https://harheimertc.tsschulz.de"
|
||||
title="Harheimer Tischtennis-Club 1954 e.V."
|
||||
allow="fullscreen"
|
||||
loading="eager">
|
||||
</iframe>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user