-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathshop.php
41 lines (29 loc) · 1.73 KB
/
shop.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
<!DOCTYPE html>
<html>
<head>
<?php $dist='43';?>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" >
<!-- Meta tags for page display and search engine listing
AND UNIQUE to HTML Pages-->
<title>Courses | GoBrik.com</title>
<meta name="keywords" content="ecobrick courses, starter workshop, trainer course, trainer of trainer ecobrick course, gobrik, ecobrick app, eco, brick, eco brick, ecobrick, eco-brick, eco, bricks, eco brick, ecobricks, eco-bricks, brik, briks, plastic, plastic management, carbon sequestration, plastic solved, drop off, exchange, marketplace">
<meta name="description" content="Regenerative courses in Plastic Transition to accelerate your green living.">
<!-- Facebook Open Graph Tags for social sharing-->
<meta property="og:url" content="https://www.gobrik.com/courses.php">
<meta property="og:type" content="website">
<meta property="og:title" content="Courses | GoBrik.com">
<meta property="og:description" content="Regenerative courses in Plastic Transition to accelerate your green living." >
<meta property="og:image" content="https://www.gobrik.com/images/courses-banner-750px.png" >
<meta property="fb:app_id" content="1781710898523821" >
<meta property="og:image:width" content="750" />
<meta property="og:image:height" content="" />
<meta property="og:image:alt" content="Plastic and the biosphere course"/>
<meta property="og:locale" content="en_GB, es_ES" />
<!-- sets page meta tags: be sure to add page name-->
<?php require_once ("header.php");?>
<!-- sets header and core of page: be sure to add page name-->
<?php require_once ("core.php");?>
<!-- sets footer of page: be sure to add page name-->
<?php require_once ("footer.php");?>
</body>
</html>