Skip to content

Commit

Permalink
update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSP8129 authored Oct 14, 2024
1 parent f688251 commit 99c8465
Showing 1 changed file with 29 additions and 27 deletions.
56 changes: 29 additions & 27 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,33 @@ <h2 class="sixth" id="section6">6. Let's Try "Caret"!</h2>
<p class="six"></p>
<p class="six"></p>
<p class="six"></p>

<button class="button01" type="button"
onclick="move('https://chromewebstore.google.com/detail/caret/fljalecfjciodhpcledpamjachpmelml?hl=en')">
Jump to Chrome Web Store - Caret
</button>
<script src="script1.js"></script>

<button class="button02" id="my-button" onclick="move('https://chromewebstore.google.com/detail/text/mmfbcljfglbokpmkimbfghdkjmjhdgbg')">
Jump to Chrome Web Store - Text
</button>
<script src="script2.js"></script>

<p class="two">
*Please note: Depending on the operating environment,
you may not be able to jump to "Chrome Web Store - Caret" from this button.
</p>
<p class="two">In that case, please access from the link below: </p>
<a href="https://chromewebstore.google.com/detail/caret/fljalecfjciodhpcledpamjachpmelml?hl=en">Chrome Web Store - Caret</a>
<a href="https://chromewebstore.google.com/detail/text/mmfbcljfglbokpmkimbfghdkjmjhdgbg">Chrome Web Store - Text</a>
<a href="https://chromewebstore.google.com/">Chrome Web Store - Top Page</a>

<button class="button03"
onclick="move('https://chromewebstore.google.com/')">
Open Chrome Web Store
</button>
<script src="script3.js"></script>

<p class="six"></p>
<p class="six"></p>
<p class="six"></p>
Expand All @@ -170,37 +197,12 @@ <h2 class="seventh" id="section7">7. Conclusion</h2>
<p class="seven"></p>
<p class="seven"></p>

<button class="button01" type="button"
onclick="move('https://chromewebstore.google.com/detail/caret/fljalecfjciodhpcledpamjachpmelml?hl=en')">
Jump to Chrome Web Store - Caret
</button>


<script src="script1.js"></script>

<button class="button02" id="my-button" onclick="move('https://chromewebstore.google.com/detail/text/mmfbcljfglbokpmkimbfghdkjmjhdgbg')">
Jump to Chrome Web Store - Text
</button>

<script src="script2.js"></script>

<p class="two">*Please note: Depending on the operating environment,
you may not be able to jump to "Chrome Web Store - Caret" from this button. </p>
<p class="two">In that case, please access from the link below: </p>
<a href="https://chromewebstore.google.com/detail/caret/fljalecfjciodhpcledpamjachpmelml?hl=en">Chrome Web Store - Caret</a>
<a href="https://chromewebstore.google.com/detail/text/mmfbcljfglbokpmkimbfghdkjmjhdgbg">Chrome Web Store - Text</a>


<button class="button03"
onclick="move('https://chromewebstore.google.com/')">
Open Chrome Web Store
</button>

<script src="script3.js"></script>

</body>

<footer class="final">
<p class="last">Written by SUSP8129</p>
<p class="copyright">©2024 SUSP8129 All Rights Reserved.</p>
</footer>

</html>

0 comments on commit 99c8465

Please sign in to comment.