Skip to content

Commit

Permalink
Update source paths in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitahl committed Jan 21, 2023
1 parent 503aab2 commit 8d77db1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title>Disavow links manager</title>

<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🔗</text></svg>">
<link rel="stylesheet" href="./src/css/styles.css">
<link rel="stylesheet" href="/src/css/styles.css">
</head>
<body>

Expand All @@ -33,7 +33,7 @@ <h2><label for="disavow-file">Upload existing disavow file:</label></h2>
</div>
</div>
<div class="col">
<h2><label for="csv-file"></label>Upload CSV file (from GSC):</label></h2>
<h2><label for="csv-file">Upload CSV file (from GSC):</label></h2>
<div class="upload-container">
<input id="csv-file" class="upload" type="file" accept=".csv">
</div>
Expand Down Expand Up @@ -64,6 +64,6 @@ <h2>How to use:</h2>
</footer>

<!-- <script src="papaparse.min.js"></script> -->
<script type="module" src="./src/js/script.js"></script>
<script type="module" src="/src/js/script.js"></script>
</body>
</html>
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"predeploy": "rm -rf dist && parcel build index.html --public-url ./",
"deploy": "gh-pages -d dist"
},
"targets": {
"publicUrl": "https://nikitahl.github.io/disavow-link-manager/"
},
"devDependencies": {
"parcel": "^2.8.3"
},
Expand Down

0 comments on commit 8d77db1

Please sign in to comment.