Open Source Web Application Framework for ASP.NET Core
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.
 
 
 
 
 
 

14 lines
386 B

@page
@model Volo.Abp.VirtualFileExplorer.DemoApp.Pages.IndexModel
<div class="jumbotron text-center">
<div class="row">
<div class="col-md-6 mx-auto">
<p>Virtual file explprer demo application</p>
<hr class="my-4"/>
</div>
</div>
<a href="https://abp.io?ref=tmpl" target="_blank" class="btn btn-primary px-4">abp.io</a>
</div>