File tree Expand file tree Collapse file tree 7 files changed +78
-2
lines changed
Expand file tree Collapse file tree 7 files changed +78
-2
lines changed Original file line number Diff line number Diff line change 1- # projectcsv.github.io
2- Project CSV website & ; web app
1+ # Project CSV Website
2+ Project CSV website & ; web app
Original file line number Diff line number Diff line change 1+ /*
2+ Copyright (C) 2019 Luke Melaia
3+
4+ This program is free software: you can redistribute it and/or modify
5+ it under the terms of the GNU General Public License as published by
6+ the Free Software Foundation, either version 3 of the License, or
7+ (at your option) any later version.
8+
9+ This program is distributed in the hope that it will be useful,
10+ but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ GNU General Public License for more details.
13+
14+ You should have received a copy of the GNU General Public License
15+ along with this program. If not, see <http://www.gnu.org/licenses/>.
16+ */
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ <!--
3+ Copyright (C) 2019 Luke Melaia
4+
5+ This program is free software: you can redistribute it and/or modify
6+ it under the terms of the GNU General Public License as published by
7+ the Free Software Foundation, either version 3 of the License, or
8+ (at your option) any later version.
9+
10+ This program is distributed in the hope that it will be useful,
11+ but WITHOUT ANY WARRANTY; without even the implied warranty of
12+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+ GNU General Public License for more details.
14+
15+ You should have received a copy of the GNU General Public License
16+ along with this program. If not, see <http://www.gnu.org/licenses/>.
17+ -->
18+ < html >
19+ < head >
20+ < title > Project CSV - CSV Viewer & Editor </ title >
21+ < meta charset ="UTF-8 ">
22+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
23+ < link rel ="shortcut icon " href ="projectcsv-16.png "/>
24+ </ head >
25+ < body >
26+ < div > TODO write content</ div >
27+ </ body >
28+ </ html >
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2019 Luke Melaia
3+ *
4+ * This program is free software: you can redistribute it and/or modify
5+ * it under the terms of the GNU General Public License as published by
6+ * the Free Software Foundation, either version 3 of the License, or
7+ * (at your option) any later version.
8+ *
9+ * This program is distributed in the hope that it will be useful,
10+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ * GNU General Public License for more details.
13+ *
14+ * You should have received a copy of the GNU General Public License
15+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
16+ */
Original file line number Diff line number Diff line change 1+ auxiliary.org-netbeans-modules-web-clientproject-api.js_2e_libs_2e_folder =js/libs
2+ file.reference.projectcsv.github.io-public_html =
3+ file.reference.projectcsv.github.io-test =test
4+ file.reference.Projects-projectcsv.github.io =.
5+ files.encoding =UTF-8
6+ project.license =gpl30
7+ site.root.folder =${file.reference.Projects-projectcsv.github.io}
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://www.netbeans.org/ns/project/1" >
3+ <type >org.netbeans.modules.web.clientproject</type >
4+ <configuration >
5+ <data xmlns =" http://www.netbeans.org/ns/clientside-project/1" >
6+ <name >projectcsv.github.io</name >
7+ </data >
8+ </configuration >
9+ </project >
You can’t perform that action at this time.
0 commit comments