Skip to content

Commit

Permalink
moved index.html to root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
SparrowSurya committed Aug 27, 2024
1 parent 9d8d2d5 commit f37abc2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9"
crossorigin="anonymous"
>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./static/style.css">
<title>Pastebin</title>
</head>
<body>
Expand All @@ -21,6 +21,6 @@ <h1 id="hello">Hello, Pastebin!</h1>
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin="anonymous"
></script>
<script src="script.js"></script>
<script src="./static/script.js"></script>
</body>
</html>
File renamed without changes.
File renamed without changes.

0 comments on commit f37abc2

Please sign in to comment.