Update formationstatus.html

This commit is contained in:
2018-10-14 20:16:49 -04:00
committed by GitHub
parent 5bcd15dc02
commit 45b5c9359c
+2 -1
View File
@@ -7,6 +7,7 @@
<style>
body {font-family: 'Niramit', sans-serif;
text-align: center;
font-size: 24pt;
}
</style>
<script>
@@ -23,6 +24,6 @@
</script>
</head>
<body onload="javascript:setData('nextformation','date','Date');setData('nextformation','uniform','Uniform');setData('nextformation','location','Location');setData('nextformation','time','Time')">
The next formation is on <b><span id="date"> loading... </span></b> in the <b><span id="location">loading...</span></b> during <b><span id="time">loading...</span></b>. You are to wear the <b><span id="uniform"> loading... </span> uniform.</b>
The next formation is on <b><span id="date"> loading... </span></b> in the <b><span id="location">loading...</span></b> during <b><span id="time">loading...</span></b>. You are to wear the <b><span id="uniform"> loading... </span> uniform.</b>
</body>