Skip to content

Commit

Permalink
a little css cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hogdogthegod committed Jan 10, 2017
1 parent e41d8a0 commit fbb88db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ Note: all instructions and wording is taken from the example website (https://li
Other resources (no code was copied):
http://stackoverflow.com/questions/14915496/how-can-i-allow-slashes-in-my-express-routes
https://nodejs.org/dist/latest-v6.x/docs/api/http.html#http_message_headers
http://stackoverflow.com/questions/26007187/node-js-check-if-a-remote-url-exists
http://stackoverflow.com/questions/26007187/node-js-check-if-a-remote-url-exists
http://stackoverflow.com/questions/22673218/default-route-in-express-js
http://stackoverflow.com/questions/4328540/how-to-catch-http-client-request-exceptions-in-node-js
3 changes: 3 additions & 0 deletions public/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
body {
margin: 20px;
}
2 changes: 2 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<head>
<link href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css' type='text/css' rel='stylesheet'>
<link href='custom.css' type='text/css' rel='stylesheet'>
</head>

<body>
Expand Down

0 comments on commit fbb88db

Please sign in to comment.