UNPKG

mullet

Version:

Mullet Stack: Facebook in the front. Walmart in the back. (React.js/Hapi)

25 lines (21 loc) 797 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>The Mullet Stack</title> <meta name="description" content="Mullet Stack, React, Hapi, Node"> <meta name="author" content="Linda Nichols"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/bootstrap-theme.min.css"> <link rel="stylesheet" href="css/facebook.css"> </head> <body> <div id="facebook"></div> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="js/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="js/bootstrap.min.js"></script> <script src="js/app.built.js"></script> </body> </html>