Skip to content

Commit

Permalink
File Name Change
Browse files Browse the repository at this point in the history
I change the files name to ones that work on the website along with a change to get the right file names
  • Loading branch information
Aarav-Juneja committed Jun 21, 2020
1 parent 4b25f91 commit 8df5051
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions papa.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title></title>

<link rel="stylesheet" href="papa.css">
<link rel="stylesheet" href="master.css">
</head>
<body>
<!-- Slideshow container -->
Expand Down Expand Up @@ -73,6 +73,6 @@ <h1 style="font-size:50px;">Happy Fathers Day, Papa</h1>
<span class="dot" onclick="currentSlide(6)"></span>
<span class="dot" onclick="currentSlide(7)"></span>
</div>
<script src="papa.js" charset="utf-8"></script>
<script src="index.js" charset="utf-8"></script>
</body>
</html>
File renamed without changes.
File renamed without changes.

0 comments on commit 8df5051

Please sign in to comment.