-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (25 loc) · 1.57 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
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Listen to the exports in DevOps discuss engineering at the intersection of business and technology.">
<meta property="og:title" content="The Adventures in DevOps Podcast">
<meta property="og:description" content="Listen to the exports in DevOps discuss engineering at the intersection of business and technology.">
<meta property="og:image" content="https://adventureindevops.com/images/media-banner.png">
<meta property="og:url" content="https://adventureindevops.com">
<link rel="preload" href="static/style.css" as="style" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://adventureindevops.com/images/media-banner.png">
<link rel="icon" href="images/icons/favicon.ico" />
<title>Adventures in DevOps Podcast</title>
<link rel="shortcut icon" href="images/icons/favicon.ico">
</head>
<body style="margin: 0;" class="bg-dark">
<div id="app" style="height: 100%"></div>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script type="module" src="/src/main.js"></script>
</body>
</html>