53 lines
1.6 KiB
HTML
53 lines
1.6 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>Formation Status</title>
|
|
|
|
<script src="https://www.gstatic.com/firebasejs/5.5.3/firebase.js"></script>
|
|
<script src="js/script.js"></script>
|
|
<link href="https://fonts.googleapis.com/css?family=Niramit" rel="stylesheet">
|
|
<style>
|
|
body {
|
|
font-family: 'Niramit', sans-serif;
|
|
text-align: center;
|
|
font-size: 19pt;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
overflow: hidden;
|
|
}
|
|
</style>
|
|
<script>
|
|
// Initialize Firebase
|
|
var config = {
|
|
apiKey: "AIzaSyB0keF26uKYDOR2o-8HYkgoOGWhsPyHdkg",
|
|
authDomain: "jrotc-database.firebaseapp.com",
|
|
databaseURL: "https://jrotc-database.firebaseio.com",
|
|
projectId: "jrotc-database",
|
|
storageBucket: "jrotc-database.appspot.com",
|
|
messagingSenderId: "787128694744"
|
|
};
|
|
firebase.initializeApp(config);
|
|
</script>
|
|
</head>
|
|
|
|
<body onload="formationOnLoad()">
|
|
<div id="box">
|
|
Loading...
|
|
</div>
|
|
<!-- Default Statcounter code for JROTC Formation Status
|
|
http://lax18.github.io/JROTC/formationstatus.html -->
|
|
<script type="text/javascript">
|
|
var sc_project = 11861367;
|
|
var sc_invisible = 1;
|
|
var sc_security = "77c14bb1";
|
|
</script>
|
|
<script type="text/javascript" src="https://www.statcounter.com/counter/counter.js" async></script>
|
|
<noscript><div class="statcounter"><a title="Web Analytics
|
|
Made Easy - StatCounter" href="http://statcounter.com/"
|
|
target="_blank"><img class="statcounter"
|
|
src="//c.statcounter.com/11861367/0/77c14bb1/1/" alt="Web
|
|
Analytics Made Easy - StatCounter"></a></div></noscript>
|
|
<!-- End of Statcounter Code -->
|
|
</body> |