Skip to content

Commit

Permalink
deploy: b95bca0
Browse files Browse the repository at this point in the history
  • Loading branch information
sovetski committed Nov 19, 2023
1 parent 4c4e7f2 commit 2efec39
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/index-EMP84HoD.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/index-EgTIQIyJ.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions index.html
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>
1 change: 1 addition & 0 deletions typescript.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2efec39

Please sign in to comment.