File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ='utf-8 '>
5
5
< title > undpaul/code_snippets @ GitHub</ title >
6
+ < link rel ="stylesheet " href ="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css ">
6
7
< link type ="text/css " rel ="stylesheet " href ="../css/style.css " media ="all "/>
7
8
</ head >
8
9
16
17
< a href ="https://github.com/undpaul/code_snippets "> Fork me on GitHub</ a >
17
18
</ li > </ ul >
18
19
</ div >
19
- < h1 > < a href ="https://github.com/undpaul/code_snippets "> <?code_snippets</ a >
20
- < span class ="small "> by < a href ="https://github.com/undpaul "> undpaul</ a > </ span > </ h1 >
21
- < div class ="description ">
22
- a code snippet repository for common usage in drupal installations
23
- </ div >
20
+
21
+ < h1 >
22
+ < a href ="/ "> undpaul</ a >
23
+ > code_snippets
24
+ < i class ="fa fa-code "> </ i >
25
+ </ h1 >
24
26
25
27
</ div >
26
28
27
29
< div id ="site-subheader " class ="clearfix "> </ div >
28
30
29
31
< div id ="main ">
30
32
33
+ < div class ="description ">
34
+ a code snippet repository for common usage in drupal installations
35
+ </ div >
36
+
31
37
< h2 > < a href ="https://github.com/undpaul/code_snippets/blob/master/git/default.gitignore "> .gitignore for drupal projects without docroot</ a > </ h2 >
32
38
< p > < pre class ="terminal "> curl https://raw.githubusercontent.com/undpaul/code_snippets/master/git/default.gitignore > .gitignore</ pre > </ p >
33
39
You can’t perform that action at this time.
0 commit comments