Skip to content

Commit

Permalink
added hyperlink page
Browse files Browse the repository at this point in the history
 mac app ver
  • Loading branch information
vjasonacc committed May 3, 2024
1 parent 896fd79 commit 78ee55d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions par_text_splitter_copyTools.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,26 @@
.copy-btn.copied {
background-color: #28a745;
}

.cal-btn {
display: block;
margin-top: 20px;
text-decoration: none;
color: #fff;
background-color: #007bff;
padding: 10px 20px;
border-radius: 4px;
text-align: center;
}
</style>
</head>
<body>
<div class="container">
<h1>Paragraph to text splitter Copy Tools</h1>
<textarea id="input" placeholder="Enter your paragraph..."></textarea>
<div id="output"></div>
<!-- Hyperlink button -->
<a href="cal.html" class="cal-btn">Go to cal.html</a>
</div>

<script>
Expand Down

0 comments on commit 78ee55d

Please sign in to comment.