-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 1.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html class="overflow-hidden" lang="en">
<head>
<meta charset="utf-8">
<title>Workplaces in Cyprus: cafes and coworkings in Nicosia, Limassol, Larnaca, Paphos</title>
<meta content="Map and list of workplaces (coffee shops, cafes and coworkings with sockets) in Cyprus: Nicosia, Limassol, Larnaca, Paphos. With amenities, features, rating and Wi-Fi passwords. For digital nomads and freelancers" name="description">
<meta content="map, workplace, work place, cafe, coffee shop, coworking, laptop, cyprus, Nicosia, Limassol, Larnaca, Paphos, busyness, cuisine, noise, size, sockets, view, wifi, password, digital nomad, freelancer" name="keywords">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="/favicon.ico" rel="icon" sizes="any">
<link href="/icon.svg" rel="icon" type="image/svg+xml"/>
<link href="/apple-touch-icon.png" rel="apple-touch-icon">
<link href="<%- process.env.VITE_APP_URL %>/" rel="canonical">
<link href="<%- process.env.VITE_API_URL %>" rel="preconnect">
<meta content="#ffffff" name="theme-color">
</head>
<body>
<div id="app" class="app" style="height: inherit">
<noindex><p style="text-align:center">Something went wrong! Check your network connection and allow loading of Google Maps in your browser (try to disable ad blockers)</p></noindex>
</div>
<script src="/src/main.js" type="module"></script>
</body>
</html>