File tree Expand file tree Collapse file tree 5 files changed +67
-0
lines changed Expand file tree Collapse file tree 5 files changed +67
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ <h1>DebianProgrammer's Website</h1>
11
11
</ div >
12
12
< br > < br > < br > < br >
13
13
< div id ="buttons ">
14
+ < a href ="projects/index.html "> My projects</ a >
14
15
< a href ="https://github.com/DebianProgrammer "> Github</ a >
15
16
</ div >
16
17
</ body >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < title > Projects</ title >
5
+ < link rel ="stylesheet " href ="../style.css ">
6
+ </ head >
7
+ < body >
8
+ < div id ="top ">
9
+ < h1 > DebianProgrammer's Website / Projects</ h1 >
10
+ < p > Welcome to my projects</ p >
11
+ </ div >
12
+ < br > < br > < br > < br >
13
+ < div id ="buttons ">
14
+ < a href ="netpyfile.html "> netpyfile</ a >
15
+ < a href ="pyfile.html "> pyfile</ a >
16
+ < br > < br > < br > < br > < br >
17
+ < a href ="../index.html "> Go back</ a >
18
+ </ div >
19
+ </ body >
20
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < link rel ="stylesheet " href ="projectstyle.css ">
5
+ < title > netpyfile</ title >
6
+ < link rel ="stylesheet " href ="../style.css ">
7
+ </ head >
8
+ < body >
9
+ < div id ="top ">
10
+ < h1 > DebianProgrammer's Website / Projects / netpyfile</ h1 >
11
+ </ div >
12
+ < br > < br > < br > < br >
13
+ < p > netpyfile is a pure python tool that allows you to transfer files between 2 computers</ p >
14
+ < p > the server can be setup so that the client connects to it and download and list files in a directory on the server computer</ p >
15
+ < br > < br >
16
+ < div id ="buttons ">
17
+ < a href ="https://github.com/DebianProgrammer/netpyfile "> netpyfile on github</ a >
18
+ < a href ="index.html "> Go back</ a >
19
+ </ div >
20
+ </ body >
21
+ </ html >
Original file line number Diff line number Diff line change
1
+ p {
2
+ color : white;
3
+ text-align : center;
4
+ font-size : 26px ;
5
+ }
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < link rel ="stylesheet " href ="projectstyle.css ">
5
+ < title > pyfile</ title >
6
+ < link rel ="stylesheet " href ="../style.css ">
7
+ </ head >
8
+ < body >
9
+ < div id ="top ">
10
+ < h1 > DebianProgrammer's website / Projects / pyfile</ h1 >
11
+ </ div >
12
+ < br > < br > < br > < br >
13
+ < p > pyfile is a pure python tool to view and browse files</ p >
14
+ < br > < br >
15
+ < div id ="buttons ">
16
+ < a href ="https://github.com/DebianProgrammer/pyfile "> pyfile on github</ a >
17
+ < a href ="index.html "> Go back</ a >
18
+ </ div >
19
+ </ body >
20
+ </ html >
You can’t perform that action at this time.
0 commit comments