Manage your ASL charts, play aids and other documents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
asl-charts/resources/startup.html

15 lines
270 B

<head>
<style>
table { width: 100% ; height: 80% ; }
td { text-align: center ; vertical-align: middle ; }
img { height: 50px ; margin-bottom: 10px ; }
</style>
</head>
<body>
<table> <tr> <td>
<div> <img src="{{SPINNER-URL}}"> <br> Loading... </div>
</table>
</body>