Guest User

Untitled

a guest
Jul 15th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <%@ Page Title="Cash Trove - Instructions" Language="C#" MasterPageFile="/Views/Shared/Player.Master" Inherits="System.Web.Mvc.ViewPage" %>
  2. <asp:Content ID="Content1" ContentPlaceHolderID="PlayerTitleContent" runat="server">
  3. </asp:Content>
  4. <asp:Content ID="Content2" ContentPlaceHolderID="PlayerMainContent" runat="server">
  5. <div style="width:250px; height: 60px; background-color:#c0c0c0; border: solid 3px #eeeeee; color:#000000; margin-top: 40px; margin-bottom: 40px; padding-top: 40px;">
  6. {{ Instructions content goes here. }}
  7. </div>
  8. </asp:Content>
Add Comment
Please, Sign In to add comment