diff --git a/eventhub/src/EventHub.Web/Pages/Index.cshtml b/eventhub/src/EventHub.Web/Pages/Index.cshtml index 6f76b48..3430eaf 100644 --- a/eventhub/src/EventHub.Web/Pages/Index.cshtml +++ b/eventhub/src/EventHub.Web/Pages/Index.cshtml @@ -2,9 +2,7 @@ @model EventHub.Web.Pages.IndexModel @using Microsoft.AspNetCore.Mvc.Localization @using EventHub.Localization -@using Volo.Abp.Users @inject IHtmlLocalizer L -@inject ICurrentUser CurrentUser @section styles { @@ -15,153 +13,4 @@ } -
-
- -

Welcome to the Application

- -

@L["LongWelcomeMessage"]

- - @if (!CurrentUser.IsAuthenticated) - { - @L["Login"] - } - -
-
-

Let's improve your application!

-

Here are some links to help you get started:

-
-
-
-
-
-
-
Learn the ABP Framework
-

Explore the compherensive documentation to learn how to build a modern web application.

- See Documents -
-
-
-
-
Samples
-

See the example projects built with the ABP Framework.

- All samples -
-
-
-
-
ABP Community
-

Get involved with a vibrant community and become a contributor.

- Community - Contribute -
-
-
-
-
-
-
ABP Blog
-

Take a look at our recently published articles.

- See Blog -
-
-
-
-
Github
-

Do you love the ABP Framework? Please give a star to support it!

-

- Star - Issue - Fork -

- Request a feature - -
-
-
-
-
Stackoverflow
-

See answers to previously asked questions or ask a new one.

- Questions - Ask a Question -
-
-
-
-
- -
-

Meet the ABP Commercial

-

A Complete Web Application Platform Built on the ABP Framework

-
- -
-
-

- ABP Commercial is a platform based on the open source ABP framework. It provides pre-built application modules, - rapid application development tooling, professional UI themes, premium support and more. -

- -
-
-
-
- Startup Templates - Details -
-
-
-
-
-
- Application Modules - Details -
-
-
-
-
-
- Developer
Tools - Details -
-
-
-
-
-
- UI
Themes - Details -
-
-
-
-
-
- Premium Support - Details -
-
-
-
-
-
- Additional Services - Details -
-
-
-
-
-
- -
+HOME PAGE diff --git a/eventhub/src/EventHub.Web/Pages/Index.js b/eventhub/src/EventHub.Web/Pages/Index.js index 46f089b..46208fb 100644 --- a/eventhub/src/EventHub.Web/Pages/Index.js +++ b/eventhub/src/EventHub.Web/Pages/Index.js @@ -1,3 +1,3 @@ $(function () { - abp.log.debug('Index.js initialized!'); -}); \ No newline at end of file + +});