File size: 338 Bytes
a80f6e6
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- This will display a link to LangChain docs -->
<head>
    <style>
        .text-link {
            text-decoration: none; /* Remove underline */
            color: inherit;        /* Inherit color from parent element */
        }
    </style>
</head>
<body>
<a href="https://python.langchain.com/" class='text-link'>Docs</a>
</body>