start . me .
Directory path . meditate .

HTML Document File : kadampa.html

<!DOCTYPE html>
<html lang="en">

<head>

    <title>kadampa</title>
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta charset="utf-8">
    <link rel="stylesheet" href="/sitewide.css">
    <script src="/web/dhtml/color-theme/colors.js"></script>
</head>

<body>

    <pre id="text"></pre>
    <script>

        // #DHTML technique useful if you have a bunch, a list of URLs, web addresses

        text.innerHTML = ''

        var links =
            `kadampa.org/reference/how-to-meditate
kadampa.org/book/how-to-transform-your-life
kadampa.org/buddhism/the-dharma-protector
kadampafestivals.org
tharpa.com
youtube.com/watch?v=4g6U8WeIdj0
youtube.com/watch?v=1hUiCY5Zu_M
youtube.com/watch?v=tVWYLvaBtu0`

        // make it a link that can be clicked, activated
        for (var link of links.split('\n'))
            text.innerHTML += "<a href='https://" + link + "'>" + link + "</a>\n"

        // optional: open it in new tab
        for (var link of document.querySelectorAll('pre#text a'))
            link.target = '_blank'
    </script>

    <script src="/app/lib/html-markdown/markdown.js"></script>
    <div class="markdown-url" data-url="liberating-prayer.md"></div>

    <hr>
    <script src="/web/show-source.js"></script>
</body>

</html>