Git_Ceshi 测试分支创建与合并

Default.aspx 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
  2. <asp:Content runat="server" ID="FeaturedContent" ContentPlaceHolderID="FeaturedContent">
  3. <section class="featured">
  4. <div class="content-wrapper">
  5. <hgroup class="title">
  6. <h1><%: Title %>.</h1>
  7. <h2>Modify this template to jump-start your ASP.NET application.</h2>
  8. </hgroup>
  9. <p>
  10. To learn more about ASP.NET, visit <a href="http://asp.net" title="ASP.NET Website">http://asp.net</a>.
  11. The page features <mark>videos, tutorials, and samples</mark> to help you get the most from
  12. ASP.NET. If you have any questions about ASP.NET visit
  13. <a href="http://forums.asp.net/18.aspx" title="ASP.NET Forum">our forums</a>.
  14. </p>
  15. </div>
  16. </section>
  17. </asp:Content>
  18. <asp:Content runat="server" ID="BodyContent" ContentPlaceHolderID="MainContent">
  19. <h3>We suggest the following:</h3>
  20. <ol class="round">
  21. <li class="one">
  22. <h5>Getting Started</h5>
  23. ASP.NET Web Forms lets you build dynamic websites using a familiar drag-and-drop, event-driven model.
  24. A design surface and hundreds of controls and components let you rapidly build sophisticated, powerful UI-driven sites with data access.
  25. <a href="http://go.microsoft.com/fwlink/?LinkId=245146">Learn more…</a>
  26. </li>
  27. <li class="two">
  28. <h5>Add NuGet packages and jump-start your coding</h5>
  29. NuGet makes it easy to install and update free libraries and tools.
  30. <a href="http://go.microsoft.com/fwlink/?LinkId=245147">Learn more…</a>
  31. </li>
  32. <li class="three">
  33. <h5>Find Web Hosting</h5>
  34. You can easily find a web hosting company that offers the right mix of features and price for your applications.
  35. <a href="http://go.microsoft.com/fwlink/?LinkId=245143">Learn more…</a>
  36. </li>
  37. </ol>
  38. </asp:Content>