mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
@model IndexModel
|
|
|
|
<div class="loading-frame">
|
|
<link href="~/css/loading-wheel.css" rel="stylesheet" />
|
|
<img class="loading-wheel" src="~/images/Loading_blueNoHalo_16x.svg" />
|
|
<h5 class="loading-header">
|
|
Loading resources
|
|
</h5>
|
|
</div> |