29 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
 | |
| 
 | |
| <asp:Content ContentPlaceHolderID="TitleContent" runat="server">Home</asp:Content>
 | |
| <asp:Content ContentPlaceHolderID="MainContent" runat="server">
 | |
| 	<h2>Welcome</h2>
 | |
| 
 | |
| 	<p>
 | |
| 		Welcome to <strong>Video Game Quotes</strong>. You can <%= Html.ActionLink("browse", "index", "quote") %>, 
 | |
| 		<%= Html.ActionLink("rate", "best", "quote") %> and <%= Html.ActionLink("submit", "submit", "quote") %> 
 | |
| 		quotes from video games. You do not need to register or login (in fact, you aren't allowed to)
 | |
| 		to perform any of these tasks. Participation is encouraged.
 | |
| 	</p>
 | |
| 
 | |
| 	<p>
 | |
| 		If you see a quote that is inaccurate, fake, spelled wrong, spam or you're just straight up
 | |
| 		concerned about it, please use the <em>report</em> link	near the quote in question. It won't 
 | |
| 		be removed immediately, but it will be flagged for review by our crack team of administrators (i.e. me).
 | |
| 	</p>
 | |
| 
 | |
| 	<p>
 | |
| 		If you have ideas to make this place suck less, or if you just want to express your admiration
 | |
| 		for its creator (i.e. me), don't hesitate to contact him (i.e. me) using the
 | |
| 		<%= Html.ActionLink("contact", "contact", "home") %> form.
 | |
| 	</p>
 | |
| 
 | |
| 	<p>
 | |
| 		Here is the quote of the day:
 | |
| 	</p>
 | |
| </asp:Content> |