A credit page.
* Contact.aspx: a form background color * Index.aspx: A link to the credits page * HomeController.cs: A Credits page * Credits.aspx: A page title and H1 links * AssemblyInfo.aspx: A relevant title
This commit is contained in:
parent
ec99edcc4e
commit
c79921ea58
6 changed files with 24 additions and 13 deletions
|
|
@ -3,6 +3,7 @@
|
|||
<div>
|
||||
<%= Html.ActionLink("Les blogs", "Index", "Blogs",null, new { @class="actionlink" }) %>
|
||||
<%= Html.ActionLink("Contact", "Contact", "Home", null, new { @class="actionlink" }) %>
|
||||
<%= Html.ActionLink("Credits", "Credits", "Home", null, new { @class="actionlink" }) %>
|
||||
<%= Html.ActionLink("Version des librairies", "AssemblyInfo", "Home", null, new { @class="actionlink" }) %>
|
||||
</div>
|
||||
</asp:Content>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue