-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathac-charger-services.html
More file actions
51 lines (46 loc) · 2.32 KB
/
Copy pathac-charger-services.html
File metadata and controls
51 lines (46 loc) · 2.32 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>AC Charger Services | e-Fill - eco friendly fuels</title>
<link rel="stylesheet" href="/Assets/CSS/common/fonts.css">
<link rel="stylesheet" href="/Assets/CSS/common/styles.css">
<link rel="stylesheet" href="/Assets/CSS/common/responsive.css">
<link rel="stylesheet" href="/Assets/CSS/common/benefits.css">
<link rel="stylesheet" href="/Assets/CSS/common/services.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="find the nearest available electric vehicle charging stations">
<meta property="og:type" content="website">
<meta property="og:title" content="e-Fill - eco friendly fuels">
<meta property="og:description" content="find the nearest available electric vehicle charging stations">
<meta property="og:url" content="https://e-fill-by-kumara.web.app">
<meta property="og:site_name" content="e-Fill">
<meta property="og:image" content="/Assets/Images/logo.png">
<link rel="apple-touch-icon" sizes="180x180" href="/Assets/Favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/Assets/Favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/Assets/Favicons/favicon-16x16.png">
<link rel="manifest" href="/Assets/Favicons/site.webmanifest">
<link rel="mask-icon" href="/Assets/Favicons/safari-pinned-tab.svg" color="#0a1a0c">
<link rel="shortcut icon" href="/Assets/Favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#0a1a0c">
<meta name="msapplication-config" content="/Assets/Favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<script src="https://code.jquery.com/jquery-3.6.3.min.js"
integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=" crossorigin="anonymous"></script>
<script type="module">
$("main").load("/common/services.html")
</script>
<style>
.top-container,
.main-content .preview-thumb {
background-image: url("/Assets/Images/backgrounds/service-1.webp");
}
.main-content .features .mini-thumb {
background-image: url("/Assets/Images/thumbs/10.webp");
}
</style>
</head>
<body>
<main></main>
</body>
</html>