UNPKG

facebookpages

Version:

Connect FB pages with NodeJS/PassportJS/ExpressJS

18 lines (15 loc) 669 B
<html lang="en"><!--<![endif]--><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Facebook Login Form</title> <link rel="stylesheet" href="css/style.css"> <!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> </head> <body> <form action="/user/search" class="login"> <h1>Search Facebook Pages</h1> <input type="text" name="search" class="login-input" placeholder="Enter text here" autofocus=""> <input type="submit" value="Search" class="login-submit"> </form> <div name="results" style="width: 100%;" class="about"></div> </body></html>