Skip to content

Commit 77e86bd

Browse files
committedDec 7, 2016
cleaned up the repo, could not find the broken link, and fixed the bg issue on the messages page
1 parent 3b0d966 commit 77e86bd

File tree

441 files changed

+18
-72698
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

441 files changed

+18
-72698
lines changed
 

‎README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# wiggling-duckling
22

3-
This is a repository that will be deleted soon. I wonder where repositories go when they die. I hope repository heaven.
3+
This repo consists of assignments I've made while studying at NYCDA ^_^
44

5-
I am **bold**
6-
I am *italic*
5+
6+
Testing testing, 1, 2, 3...
7+
8+
{
9+
This is a repository that will be deleted soon. I wonder where repositories go when they die. I hope repository heaven.
10+
11+
I am **bold**
12+
I am *italic*
13+
}
714

‎ex8/app.js

+6-3
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,13 @@ app.use( '/', routes )
4545
app.listen(8000, () => {
4646
console.log( 'Server running' )
4747
})
48+
/////////////////////////////////////////////////////////////////////////////////////////////////////////
49+
// FEEDBACK //
50+
// fix post route
51+
// orange bg on message page
52+
//delete all the things you don't use
4853

49-
50-
51-
54+
/////////////////////////////////////////////////////////////////////////////////////////////////////////
5255

5356

5457

0 commit comments

Comments
 (0)
Please sign in to comment.