The next generation of the Teknik Services. Written in ASP.NET.
https://www.teknik.io/
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
511 B
18 lines
511 B
@model Teknik.Areas.Help.ViewModels.HelpViewModel |
|
|
|
@using Teknik.Utilities |
|
|
|
<div class="container"> |
|
<ol class="breadcrumb"> |
|
<li><a href="@Url.SubRouteUrl("help", "Help.Index")">Help Index</a></li> |
|
<li class="active"><a href="#">RSS Feeds</a></li> |
|
</ol> |
|
<div class="row"> |
|
<h2><b>RSS</b></h2> |
|
<hr> |
|
<h3>RSS Info</h3> |
|
<p> |
|
RSS feeds are available for the Teknik Podcasts, Site Blog, and individual User Blogs. |
|
</p> |
|
</div> |
|
</div>
|
|
|