-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 1.06 KB
/
index.html
File metadata and controls
24 lines (24 loc) · 1.06 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="/assets/favicon.png" />
<title>Bye Bye Server - Alternatives to Atlassian Products</title>
<meta
name="description"
content="Looking for alternatives to Atlassian Server products? Check our listing of alternative products for Jira, Confluence, and Service Desk."
/>
<meta property="og:title" content="Bye Bye Server - Atlassian Alternatives" />
<meta
property="og:description"
content="Curated list of alternatives to Atlassian Server products including Jira, Confluence, and Service Desk."
/>
<meta property="og:type" content="website" />
<script async src="https://ackee.realigned.stream/tracker.js" data-ackee-server="https://ackee.realigned.stream" data-ackee-domain-id="68652c6a-d6e2-4853-acf4-bc262bd20b25"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>