Skip to content

Commit 9301e29

Browse files
committed
Fixed header comment
1 parent 49a0ae3 commit 9301e29

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

css/snake.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
/*
2-
32
JavaScript Snake
43
By Patrick Gillespie
54
http://patorjk.com/games/snake
6-
7-
Terms of Re-Use:
8-
- This app is free for you to build on and play around with.
9-
- Code for this file, the snake.js file, and the snake.css file are under the MIT license.
10-
115
*/
126
body {
137
margin:0px;

js/snake.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
JavaScript Snake
33
By Patrick Gillespie
44
http://patorjk.com/games/snake
5-
6-
Terms of Re-Use:
7-
- This app is free for you to build on and play around with.
8-
- Code for this file, the snake.js file, and the snake.css file are under the MIT license.
9-
105
*/
116

127
/**

0 commit comments

Comments
 (0)