ASP Classic blog framework - BrainOrdure
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
498B

  1. <div class="hero mb-5">
  2. <div class="eyebrow mb-3">The magazine</div>
  3. <h1 class="display-5 fw-bold mb-3">BrainOrdure</h1>
  4. <p class="lede mb-4">Thoughtful posts, clean categories, and a comment section that feels like the front page of a well-kept publication.</p>
  5. <div class="d-flex flex-wrap gap-2">
  6. <a href="<%= PostsUrl() %>" class="btn btn-primary px-4">Read Posts</a>
  7. <a href="<%= CategoriesUrl() %>" class="btn btn-outline-secondary px-4">Browse Categories</a>
  8. </div>
  9. </div>

Powered by TurnKey Linux.