This commit is contained in:
2022-10-18 20:54:06 +03:00
parent 134f3dcf92
commit bfa5fa5ed7
6 changed files with 142 additions and 107 deletions

View File

@@ -7,7 +7,7 @@
<link rel="stylesheet" href="css/style.css" />
<title>About Course</title>
</head>
<body>
<body onload="fillAboutPage()">
<div class="wrapper">
<header>
<div class="container header">
@@ -102,5 +102,6 @@
</footer>
</div>
<script src="script.js"></script>
<script src="scriptAbout.js"></script>
</body>
</html>