Skip to content

DivyanshS6/MacHTMLReal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

MacHTMLReal

<title>Websit</title>

websit ish epik

website stuff is cool

"life is life"
    <button onclick="changeQuote()">Change Quote</button>

    <script>
        var index = 0;

        function changeQuote() {
            var quotes = [
                `"if you sit, you are sitting." - Divyansh Shukla`, 
                `"if you decide to get up, you are standing" - Divyansh Shukla`,
                `"to stand or not to stand, that is the question" - Divyansh Shukla`,
                `"to sit again, or not to sit again, that is the question" - Divyansh Shukla`

            ];
            var blockquote = document.querySelector("blockquote");
            blockquote.innerHTML = quotes[index];

            index++;
            if (index >= 4) {
                index = 0;
            }
        }

    </script>

</body>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages