-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="/typescript.svg" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Scroll Section</title> | ||
<script type="module" crossorigin src="/assets/index-EMP84HoD.js"></script> | ||
<link rel="stylesheet" crossorigin href="/assets/index-EgTIQIyJ.css"> | ||
</head> | ||
<body> | ||
<nav class="scroll-section-menu"> | ||
<ul> | ||
<li><a href="#section1">Section 1</a></li> | ||
<li><a href="#section2">Section 2</a></li> | ||
<li><a href="#section3">Section 3</a></li> | ||
<li><a href="#section4">Section 4</a></li> | ||
</ul> | ||
</nav> | ||
|
||
<div class="scroll-section" id="section1">Welcome!</div> | ||
<div class="scroll-section" id="section2"> | ||
<h2>With textarea</h2> | ||
<textarea> | ||
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. | ||
The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', | ||
making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, | ||
and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, | ||
sometimes on purpose (injected humour and the like). | ||
Thanks</textarea | ||
> | ||
</div> | ||
<div class="scroll-section" id="section3">Section 3</div> | ||
<div class="scroll-section" id="section4">Section 4</div> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.