Skip to content

Commit

Permalink
Program
Browse files Browse the repository at this point in the history
  • Loading branch information
hattifnatt4r committed Jun 13, 2024
1 parent d5e06cc commit 7f21035
Show file tree
Hide file tree
Showing 13 changed files with 486 additions and 1 deletion.
17 changes: 17 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Page Not Found</title>
<script type="text/javascript">
var redirectUrl = "index.html";
setTimeout(function() {
window.location.href = redirectUrl;
}, 0);
</script>
</head>
<body>
<p>Page Not Found</p>
<p>You will be redirected shortly.</p>
</body>
</html>
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
SD Course - Front End, Frameworks, Back End
Software Development Course - front-end, frameworks, back-end


2 changes: 2 additions & 0 deletions images/calendar-day.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions images/comment.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions images/marker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions images/pic6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions images/pic_small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7f21035

Please sign in to comment.