diff options
Diffstat (limited to 'en/donate')
-rw-r--r-- | en/donate/index.php | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/en/donate/index.php b/en/donate/index.php new file mode 100644 index 000000000..ddb61c56b --- /dev/null +++ b/en/donate/index.php @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html> +<html dir="ltr" lang="en"> +<head> + <meta charset="utf-8" /> + <title>Mageia Donation Campaign</title> + <meta name="description" content="Mageia is new community-based Linux distribution." /> + <meta name="keywords" content="mageia, donate, donation" /> + <meta name="author" content="Mageia" /> + <link rel="stylesheet" type="text/css" href="/g/style/all.css" /> + <?php include '../../analytics.php'; ?> +</head> +<body> + <?php include '../../langs.php'; ?> + + <div id="doc" class="yui-t7"> + <div id="hd" role="banner"><h1>Mageia <span>| Donation Campaign</span></h1></div> + <div id="bd" role="main"> + <div class="yui-g"> + </div> + </div> + </div> +</body> +</html> |