Online Voetbalcoaching
About this app
Een online platform voor voetbalcoaching waar spelers opgenomen video's kunnen bekijken.
Online Voetbalcoaching ⚽ Voetbal Coaching Video's 🎥
Related apps
Put this on your site
Source
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Online Voetbalcoaching</title>
<meta name="description" content="Een online platform voor voetbalcoaching waar spelers opgenomen video's kunnen bekijken.">
<meta name="keywords" content="voetbal, coaching, video, training, spelers">
<link href="https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&display=swap" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<style>
body {
font-family: 'Kalam', cursive;
background: linear-gradient(to right, #56ab2f, #a8e063);
color: #fff;
}
.video-container {
margin-top: 20px;
}
.video-container h2 {
text-align: center;
margin-bottom: 20px;
}
.video-container iframe {
width: 100%;
height: 315px;
border: 0;
}
</style>
</head>
<body>
<div id="main-container" class="container">
<div class="video-container">
<h2>⚽ Voetbal Coaching Video's 🎥</h2>
<iframe src="https://www.youtube.com/embed/VIDEO1_URL" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/VIDEO2_URL" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<!-- Voeg hier meer video's toe -->
</div>
</div>
</body>
</html>
NEW APPS
These are apps made by the community!