選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Project_Readme.html 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Your ASP.NET application</title>
  6. <style>
  7. body {
  8. background: #fff;
  9. color: #505050;
  10. font: 14px 'Segoe UI', tahoma, arial, helvetica, sans-serif;
  11. margin: 20px;
  12. padding: 0;
  13. }
  14. #header {
  15. background: #efefef;
  16. padding: 0;
  17. }
  18. h1 {
  19. font-size: 48px;
  20. font-weight: normal;
  21. margin: 0;
  22. padding: 0 30px;
  23. line-height: 150px;
  24. }
  25. p {
  26. font-size: 20px;
  27. color: #fff;
  28. background: #969696;
  29. padding: 0 30px;
  30. line-height: 50px;
  31. }
  32. #main {
  33. padding: 5px 30px;
  34. }
  35. .section {
  36. width: 21.7%;
  37. float: left;
  38. margin: 0 0 0 4%;
  39. }
  40. .section h2 {
  41. font-size: 13px;
  42. text-transform: uppercase;
  43. margin: 0;
  44. border-bottom: 1px solid silver;
  45. padding-bottom: 12px;
  46. margin-bottom: 8px;
  47. }
  48. .section.first {
  49. margin-left: 0;
  50. }
  51. .section.first h2 {
  52. font-size: 24px;
  53. text-transform: none;
  54. margin-bottom: 25px;
  55. border: none;
  56. }
  57. .section.first li {
  58. border-top: 1px solid silver;
  59. padding: 8px 0;
  60. }
  61. .section.last {
  62. margin-right: 0;
  63. }
  64. ul {
  65. list-style: none;
  66. padding: 0;
  67. margin: 0;
  68. line-height: 20px;
  69. }
  70. li {
  71. padding: 4px 0;
  72. }
  73. a {
  74. color: #267cb2;
  75. text-decoration: none;
  76. }
  77. a:hover {
  78. text-decoration: underline;
  79. }
  80. </style>
  81. </head>
  82. <body>
  83. <div id="header">
  84. <h1>Your ASP.NET application</h1>
  85. <p>Congratulations! You've created a project</p>
  86. </div>
  87. <div id="main">
  88. <div class="section first">
  89. <h2>This application consists of:</h2>
  90. <ul>
  91. <li><a href="http://go.microsoft.com/fwlink/?LinkID=320956">Help Page</a> for documenting your Web APIs</li>
  92. <li>Theming using <a href="http://go.microsoft.com/fwlink/?LinkID=320754">Bootstrap</a></li>
  93. <li><a href="http://go.microsoft.com/fwlink/?LinkID=320957">Authentication</a>, if selected, shows how to register and sign in</li>
  94. <li>ASP.NET features managed using <a href="http://go.microsoft.com/fwlink/?LinkID=320958">NuGet</a></li>
  95. </ul>
  96. </div>
  97. <div class="section">
  98. <h2>Customize app</h2>
  99. <ul>
  100. <li><a href="http://go.microsoft.com/fwlink/?LinkID=320959">Get started with HTTP services using ASP.NET Web API</a></li>
  101. <li><a href="http://go.microsoft.com/fwlink/?LinkID=320960">Change the site's theme</a></li>
  102. <li><a href="http://go.microsoft.com/fwlink/?LinkID=320961">Add more libraries using NuGet</a></li>
  103. <li><a href="http://go.microsoft.com/fwlink/?LinkID=320962">Configure authentication</a></li>
  104. <li><a href="http://go.microsoft.com/fwlink/?LinkID=320963">Scaffold an ASP.NET Web API from a model</a></li>
  105. <li><a href="http://go.microsoft.com/fwlink/?LinkID=320964">Secure your web API</a></li>
  106. <li><a href="http://go.microsoft.com/fwlink/?LinkID=320965">Access your web API on different devices</a></li>
  107. <li><a href="http://go.microsoft.com/fwlink/?LinkID=320966">Enable tracing for testing and debugging</a></li>
  108. <li><a href="http://go.microsoft.com/fwlink/?LinkID=320765">Add real-time web with ASP.NET SignalR</a></li>
  109. <li><a href="http://go.microsoft.com/fwlink/?LinkID=320766">Add components using Scaffolding</a></li>
  110. <li><a href="http://go.microsoft.com/fwlink/?LinkID=320768">Share your project</a></li>
  111. </ul>
  112. </div>
  113. <div class="section">
  114. <h2>Deploy</h2>
  115. <ul>
  116. <li><a href="http://go.microsoft.com/fwlink/?LinkID=320769">Ensure your app is ready for production</a></li>
  117. <li><a href="http://go.microsoft.com/fwlink/?LinkID=320770">Windows Azure</a></li>
  118. <li><a href="http://go.microsoft.com/fwlink/?LinkID=320771">Hosting providers</a></li>
  119. </ul>
  120. </div>
  121. <div class="section last">
  122. <h2>Get help</h2>
  123. <ul>
  124. <li><a href="http://go.microsoft.com/fwlink/?LinkID=320772">Get help</a></li>
  125. <li><a href="http://go.microsoft.com/fwlink/?LinkID=320773">Get more templates</a></li>
  126. </ul>
  127. </div>
  128. </div>
  129. </body>
  130. </html>