mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2026-04-01 21:51:14 +00:00
initial commit
This commit is contained in:
13
views/api/index.pug
Normal file
13
views/api/index.pug
Normal file
@@ -0,0 +1,13 @@
|
||||
extends ../layout
|
||||
|
||||
block content
|
||||
h2 API Examples
|
||||
hr
|
||||
|
||||
.row
|
||||
.col-sm-4
|
||||
a(href='/api/facebook', style='color: #fff')
|
||||
.panel.panel-default(style='background-color: #3b5998')
|
||||
.panel-body
|
||||
img(src='http://i.imgur.com/jiztYCH.png', height=40)
|
||||
| Facebook
|
||||
Reference in New Issue
Block a user