# Redirection to www. subdomain
RewriteCond %{HTTP_HOST} =cubedesigners.com
RewriteRule ^(.*)$ https://www.cubedesigners.com/$1 [R=301,L]
+
+ RewriteRule ^happynewyear$ files/voeux/index_en.html [NC,L]
+ RewriteRule ^bonneannee$ files/voeux/index_fr.html [NC,L]
# Block browser access to the framework folder and sensitive files
RewriteRule ^framework/.*$ - [F]
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <title>Happy New Year - Fluidbook and Cubedesigners!</title>
+ <style type="text/css">
+ * {
+ margin: 0;
+ padding: 0;
+ }
+
+ body, html {
+ height: 100%;
+ }
+
+ body {
+ background-color: #000000;
+ text-align: center;
+ }
+
+ videoWrapper {
+ position: relative;
+ padding-bottom: 66.66%; /* 16:9 */
+ padding-top: 0px;
+ height: 0;
+ }
+
+ .videoWrapper iframe {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ }
+
+
+ </style>
+</head>
+<body>
+<div class="videoWrapper">
+ <iframe src="https://www.youtube.com/embed/CvqhEKsu_xM?autoplay=1&modestbranding=1&showinfo=0&rel=0&autohide=1"
+ frameborder="0"
+ allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
+ allowfullscreen></iframe>
+</div>
+</body>
+</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>Heureuse Nouvelle Année - Fluidbook et Cubedesigners !</title>
+<style type="text/css">
+*{margin:0;
+padding:0;
+}
+body,html {
+ height:100%;
+}
+body {
+ background-color:#000000;
+ text-align:center;
+ }
+
+videoWrapper {
+ position: relative;
+ padding-bottom: 66.66%; /* 16:9 */
+ padding-top: 0px;
+ height: 0;
+}
+
+.videoWrapper iframe {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+}
+
+
+</style>
+</head>
+<body>
+<div class="videoWrapper">
+ <iframe src="https://www.youtube.com/embed/8plWWGFw8qg?autoplay=1&modestbranding=1&showinfo=0&rel=0&autohide=1"
+ frameborder="0"
+ allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
+ allowfullscreen></iframe>
+</div>
+</body>
+</html>
\ No newline at end of file