first commit

This commit is contained in:
«DanaMarkova»
2026-05-05 13:47:30 +03:00
commit 5f200ab553
117 changed files with 21682 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
import React, {Component} from "react";
import "./footer.css";
class Footer extends Component{
render(){
return(
<div className="footer">
<span>
Проект выполнен при поддержке Фонда содействия развитию
малых форм предприятий в научно-технической сфере
</span>
</div>
)
}
}
export default Footer