-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (26 loc) · 1.28 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
<!DOCTYPE html>
<html>
<link data-trunk rel="copy-dir" href="/static/imgs/"/>
<link data-trunk rel="copy-dir" href="/static/audio/"/>
<link data-trunk rel="sass" href="/style/style.scss" data-target-path="style"/>
<link data-trunk rel="sass" href="/style/fonts.scss" data-target-path="style"/>
<link data-trunk rel="sass" href="/style/primeflex/primeflex.scss" data-target-path="style"/>
<link data-trunk rel="sass" href="/style/primeflex/themes/primeone-dark.scss" data-target-path="style"/>
<head>
<title>TheReformedCodex - Radio</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="UTF-8">
<meta name="description" content="Audio player for The Reformed Codex.">
<meta name="keywords" content="Audio Player, Song of Solomon, Song of Songs, Bible, Reformed">
<meta name="author" content="Walter Branning">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LPKHBMZBPW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LPKHBMZBPW');
</script>
<body></body>
</html>