Skip to content

Commit

Permalink
VenomGen is ready to rock
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitPimoli authored Dec 26, 2024
1 parent 89024b1 commit 5e8f6c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<title>VenomGen</title>
<link
rel="icon"
href="/assets/img/favicon-potion.png"
href="assets/img/favicon-potion.png"
type="image/x-icon"
/>
<link rel="stylesheet" href="/assets/css/styles.css" />
<link rel="stylesheet" href="assets/css/styles.css" />
</head>
<body>
<div class="container">
Expand Down Expand Up @@ -120,6 +120,6 @@ <h2>Generated Command:</h2>
<textarea id="generatedCommand" readonly></textarea>
</div>

<script src="/assets/js/script.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>

0 comments on commit 5e8f6c9

Please sign in to comment.