95 lines
2.9 KiB
HTML
95 lines
2.9 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<base href="/">
|
|
<meta charset="utf-8">
|
|
<title>Old Fashion Baptist Church</title>
|
|
|
|
<!-- Google Analytics -->
|
|
<!-- Global Site Tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107601801-1"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
</script>
|
|
<!---->
|
|
|
|
<!-- Favicons -->
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/web-app-files/apple-touch-icon.png?v=LbWKNzlwGb">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/web-app-files/favicon-32x32.png?v=LbWKNzlwGb">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/web-app-files/favicon-16x16.png?v=LbWKNzlwGb">
|
|
<link rel="manifest" href="/web-app-files/manifest.json?v=LbWKNzlwGb">
|
|
<link rel="mask-icon" href="/web-app-files/safari-pinned-tab.svg?v=LbWKNzlwGb" color="#00bcd4">
|
|
<link rel="shortcut icon" href="/web-app-files/favicon.ico?v=LbWKNzlwGb">
|
|
<meta name="apple-mobile-web-app-title" content="Old Fashion Baptist">
|
|
<meta name="application-name" content="Old Fashion Baptist">
|
|
<meta name="msapplication-config" content="/web-app-files/browserconfig.xml?v=LbWKNzlwGb">
|
|
<meta name="theme-color" content="#00bcd4">
|
|
<!-- End Favicons -->
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<style>
|
|
.loader-background{
|
|
background-color: rgb(0, 188, 212);
|
|
position: fixed;
|
|
left:0px;
|
|
top:0px;
|
|
height: 100%;
|
|
width: 100%;
|
|
text-align: center;
|
|
overflow-y: auto;
|
|
}
|
|
.loader {
|
|
color: #ffffff;
|
|
margin: 40px auto;
|
|
position: relative;
|
|
font-size: 24px;
|
|
}
|
|
.loader-small{
|
|
color: #ffffff;
|
|
margin: 70px auto;
|
|
position: relative;
|
|
font-size: 18px;
|
|
}
|
|
.address{
|
|
font-size: 16px;
|
|
}
|
|
.service-times{
|
|
color: #ffffff;
|
|
font-size: 16px;
|
|
margin: 5px auto;
|
|
}
|
|
.ie{
|
|
padding: 15px;
|
|
background-color: red;
|
|
color: white;
|
|
font-size: 24px;
|
|
}
|
|
.ie-small{
|
|
font-size: 16px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<app-root>
|
|
<div class="loader-background">
|
|
<!--[if IE]>
|
|
<div class="ie">Oh No! Looks like your browser is pretty outdated so our site may not work correctly.
|
|
<p class="ie-small">Please consider updating</p>
|
|
</div>
|
|
<![endif]-->
|
|
<div class="loader">Old Fashion Baptist<p class="address">5003 Wynne Ave | Butte, MT 59701</p></div>
|
|
<!--[if !IE]><!-->
|
|
<div class="loader-small">Please Wait...</div>
|
|
<!--<![endif]-->
|
|
<p class="service-times"><b>Service Times</b></p>
|
|
<p class="service-times">Sunday School: 10 AM</p>
|
|
<p class="service-times">Sunday Morning: 11 AM</p>
|
|
<p class="service-times">Sunday Evening: 7 PM</p>
|
|
<p class="service-times">Wednesday Evening: 7 PM</p>
|
|
</div>
|
|
</app-root>
|
|
</body>
|
|
</html> |