Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PenguinHubLearning authored Oct 13, 2023
1 parent 0a8e562 commit 1d85fae
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,17 @@ <h3>DevGPT</h3>
<button class="copy-button" onclick="openCopyModal('https://devgpt.realmapi.workers.dev/chat?prompt=')">Copy</button>
</div>
</div>


<div class="endpoint-card">
<div class="card-header">
<h3>Random Number</h3>
</div>
<div class="card-content">
<p>Generate A Random Number!</p>
<button class="copy-button" onclick="openCopyModal('https://random-number.realmapi.workers.dev/')">Copy</button>
</div>
</div>

<!-- Endpoint 8 -->
<div class="endpoint-card">
<div class="card-header">
Expand Down

0 comments on commit 1d85fae

Please sign in to comment.