Skip to content

Commit da2e0c0

Browse files
author
code-reaper08
committed
files for github-pages.
1 parent 20b6076 commit da2e0c0

11 files changed

Lines changed: 203 additions & 1883 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"liveServer.settings.port": 5501
3+
}

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
</div> -->
1515
<div id="logo">
1616
<a href="#">
17-
<img id="logoimg" src="./link.svg" alt="">
17+
<img id="logoimg" src="./link.svg" alt="logo image">
1818
</a>
19-
<a id="home" href="#">
19+
<a id="home" href="https://github.com/code-reaper08/Link-Master/tree/gh-pages">
2020
<h3 id="hometext">Link-Master</h3>
2121
</a>
2222
</div>
@@ -57,7 +57,7 @@ <h5 id="lic"> Vishwa.R @2021</h5>
5757
</div>
5858

5959
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
60-
<script src="./src/input.js"></script>
60+
<script src="input.js"></script>
6161
<script src="bundle.js"></script>
6262
<script src="indexbundle.js"></script>
6363
</body>
File renamed without changes.

0 commit comments

Comments
 (0)