-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (38 loc) · 2.56 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,700;1,400&family=Source+Code+Pro&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="image/svg+xml" href="https://rssblue.com/static/dist/img/favicon.svg">
<meta itemprop="name" content="RSS Blue Tools" />
<meta itemprop="image" content="https://rssblue.com/static/dist/img/og.png" />
<meta itemprop="description" content="Make use of new podcasting features: chapters, transcripts, Value4Value, and more." />
<meta name="description" content="Make use of new podcasting features: chapters, transcripts, Value4Value, and more." />
<meta name="author" content="RSS Blue Tools" />
<meta property="og:title" content="RSS Blue Tools" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Make use of new podcasting features: chapters, transcripts, Value4Value, and more." />
<meta property="og:image" content="https://rssblue.com/static/dist/img/og.png" />
<meta property="og:url" content="https://tools.rssblue.com" />
<meta property="og:site_name" content="RSS Blue Tools" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="RSS Blue Tools">
<meta name="twitter:description" content="Make use of new podcasting features: chapters, transcripts, Value4Value, and more.">
<meta name="twitter:image" content="https://rssblue.com/static/dist/img/og.png">
<meta name="twitter:url" content="https://rssblue.com">
<link data-trunk data-target-path="css" href="/target/tailwind.css" rel="css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/charts.css/dist/charts.min.css">
<title>RSS Blue Tools</title>
</head>
<body class="prose flex flex-col min-h-screen max-w-none bg-gray-50">
<div id="splash-screen" class="grid grid-cols-1 w-full h-screen justify-items-center content-center bg-primary-500">
<span class="text-2xl font-bold mb-5 text-center text-white">Loading the app...</span>
<div class="ml-1 w-10 h-10 border-solid border-2 border-t-transparent border-white rounded-full animate-spin"></div>
</div>
</body>
</html>