You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
271 B
Plaintext
8 lines
271 B
Plaintext
2 years ago
|
<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Index.Master" Inherits="System.Web.Mvc.ViewPage" %>
|
||
|
|
||
|
<asp:Content ID="Content2" ContentPlaceHolderID="IndexMain" runat="server">
|
||
|
<div class="item">
|
||
|
<ul id="mainHyperlink"></ul>
|
||
|
</div>
|
||
|
</asp:Content>
|