forked from nwrxi/SignalRChatTest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change of content inside About.cshtml and Privacy.cshtml
Filled About and Privacy pages with necessary information.
- Loading branch information
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
@page | ||
|
||
@{ | ||
<h1>About page</h1> | ||
ViewData["Title"] = "About site"; | ||
} | ||
<h1>@ViewData["Title"]</h1> | ||
<p>This page uses <b>SignalR</b> which provides real-time synchronization of client with server. <i>This service is necessary to make a Chat Room.</i></p> | ||
<p>For design the page is using <b>Bootstrap 4</b> with Free Licenced code for some of the looks.</p> | ||
<p>This page was made by <b>Aleksander Froń</b> and <b>Bartosz Leżyński</b> as project for <b>Programowanie Aplikacji Sieciowych</b>.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters