first commit
This commit is contained in:
3
exampleSite/static/css/custom_01.css
Normal file
3
exampleSite/static/css/custom_01.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.your-custom-class-01 {
|
||||
display: block;
|
||||
}
|
||||
3
exampleSite/static/css/custom_02.css
Normal file
3
exampleSite/static/css/custom_02.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.your-custom-class-02 {
|
||||
display: block;
|
||||
}
|
||||
3
exampleSite/static/js/custom_01.js
Normal file
3
exampleSite/static/js/custom_01.js
Normal file
@@ -0,0 +1,3 @@
|
||||
const yourCustomFunction01 = (message) => {
|
||||
console.log(message);
|
||||
};
|
||||
3
exampleSite/static/js/custom_02.js
Normal file
3
exampleSite/static/js/custom_02.js
Normal file
@@ -0,0 +1,3 @@
|
||||
const yourCustomFunction02 = (message) => {
|
||||
console.log(message);
|
||||
};
|
||||
Reference in New Issue
Block a user