diff options
Diffstat (limited to 'examples/nodejs-mongodb-mongoose-restify/index.html')
-rw-r--r-- | examples/nodejs-mongodb-mongoose-restify/index.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/examples/nodejs-mongodb-mongoose-restify/index.html b/examples/nodejs-mongodb-mongoose-restify/index.html deleted file mode 100644 index 9e8c0b3..0000000 --- a/examples/nodejs-mongodb-mongoose-restify/index.html +++ /dev/null @@ -1,22 +0,0 @@ -<!doctype html> -<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]--> -<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]--> -<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]--> -<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> -<head> - <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - - <title>Playground</title> - <meta name="viewport" content="width=device-width,initial-scale=1"> - <meta name="description" content=""> - <link rel="stylesheet" href="css/styles.css"> - - <script data-main="js/main" src="js/libs/require/require.js"></script> -</head> -<body> - <!--Initially populated by templates/layout.html --> - <div class="container"></div> - -</body> -</html> |