-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbecome-sponsor.php
executable file
·44 lines (36 loc) · 1.53 KB
/
become-sponsor.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="fr">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-144927724-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-144927724-1');
</script>
<title>Devenir partenaire - Victor Hugo Manjushree Vidyapith - VHMaVi</title>
<!-- Meta description for SEO -->
<meta name="description" content="Parrainez Victor Hugo Manjushree Vidyapith, aussi appelée VHMaVi, une école népalaise qui fournit une éducation gratuite de qualité." />
<!-- Canonical link to reference the master copy of the URL to SEO -->
<link rel="canonical" href="http://vhmavi.edu.np/become-sponsor.php" />
<!-- Common head include -->
<?php include('includes/head.php'); ?>
</head>
<body>
<!-- Header include -->
<?php include('components/vhmavi-header/vhmavi-header.php'); ?>
<div class="container vhmavi-container">
<div class="row justify-content-center">
<div class="col-12 col-lg-9">
<h1>Devenir partenaire</h1>
<p></p>
</div>
</div>
</div>
<!-- Footer include -->
<?php include('components/vhmavi-footer/vhmavi-footer.php'); ?>
<!-- Bootstrap and JQuery script loader include -->
<?php include('includes/script-loader.php'); ?>
</body>
</html>