-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbumper-stickers.html
108 lines (81 loc) · 4.28 KB
/
bumper-stickers.html
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="stikas" content="Innovative car stickers, bumper stickers, office stickers, t-shirt stickers">
<meta name="keywords" content="matatu stickers, psv stickers, stikas.co.ke, car stickers, bumper stickers, office stickers, t-shirt stickers, funny stickers, gospel stickers, sheng stickers, trendy stickers">
<meta name="description" content=" matatu stickers, psv stickers, stikas.co.ke, car stickers, bumper stickers, office stickers, t-shirt stickers, funny stickers, gospel stickers, sheng stickers, trendy stickers,
description of stikas its innovative products and solutions ">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="stikas car stickers, bumper stickers,">
<meta property="og:description" content="stikas icar stickers, bumper stickers,">
<meta property="og:image" content="https://www.stikas.co.ke">
<meta property="og:type" content="website">
<!-- Twitter Meta Tags for better visibility on Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="stikas learners items">
<meta name="twitter:description" content="stikas innovative car stickers, bumper stickers,">
<meta name="twitter:image" content="https://www.stikas.co.ke">
<!-- Favicon -->
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Mobile App Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!-- Canonical URL for search engines -->
<link rel="canonical" href="https://www.stikas.co.ke">
<!-- SEO Meta Tags -->
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
<meta name="google" content="notranslate">
<!-- Author Meta Tag -->
<meta name="author" content="stikas-design-agency">
<!-- Viewport for responsive design -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://www.stikas.xyz"> <!-- Your website URL -->
<meta property="og:site_name" content="stikas"> <!-- Your website name -->
<meta property="fb:app_id" content="stikas"> <!-- Your Facebook App ID (if applicable) -->
<!-- Facebook Page Admin -->
<meta property="fb:admins" content="100000168322926">
<!-- Facebook Page Publishers -->
<meta property="article:publisher" content="https://www.facebook.com/stikas">
<!-- Facebook Open Graph Image -->
<meta property="og:image" content="https://www.stikas.co.ke">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<!-- Facebook Open Graph Type -->
<meta property="og:type" content="website">
<title>bumper-stickers logos</title>
<style>
body {
background-color: aliceblue;
}
</style>
</head>
<body>
<header class="header">
<a href="index.html"><h1> Stika's New bumper-stickers logos</h1>
</a>
<!-- Add any header content you need -->
</header>
<main>
<section style="text-align: center;">
<p>Explore our bumper-stickers logos for Matatu and more!</p>
<div class="card-container" id="cardContainer">
<!-- JavaScript will populate the cards here -->
</div>
</section>
</main>
<footer class="footer">
<p>© 2024 Stika's Logos. All rights reserved.</p>
<!-- Add any footer content you need -->
</footer>
<script src="script.js"></script>
</body>
</html>