Asset viewer now shows loading...

This commit is contained in:
Chris 2015-05-14 18:53:09 -06:00
parent 203acc9ee1
commit 3d3566a4ee
1 changed files with 5 additions and 1 deletions

View File

@ -8,10 +8,14 @@
font: 12px monospace;
white-space: pre;
}
h1 {
text-align: center;
margin-top: 50px;
}
</style>
</head>
<body>
<div id="content"></div>
<div id="content"><h1>Loading asset...</h1></div>
<script src="js/vapi-common.js"></script>