I have created custom landing page in Lists -> Web Site -> CMS Pages and I want to add custom JS and CSS to that page, what are the steps to do it?
There are several ways. Probably the easiest way is to use the Site Management Tools from the front end. You can insert <script></script>
and <style></style>
tags into the HTML content areas.
Method 1:
<script></script>
tags and all CSS within <style></style>
tagsMethod 2:
Method 3: