Back to Examples

Quick Transcript

Transform your audio and video into accurate transcripts effortlessly with Quick Transcript. Fast, reliable, and powered by AI technology!

Lines
1,275
Sections
0

Want your own llms.txt file?

Generate a professional, AI-friendly file for your website in minutes!

llms.txt Preview

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>AI Quick Transcript</title>

    <!-- Favicons and App Icons -->
    <link rel="apple-touch-icon" sizes="180x180" href="/static/icons/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/static/icons/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/static/icons/favicon-16x16.png">
    <link rel="manifest" href="/static/icons/site.webmanifest">
    <link rel="icon" href="/static/icons/favicon.ico" sizes="any"> <!-- Needs favicon.ico -->


    <!-- Custom CSS -->
    <link href="/static/css/style.css" rel="stylesheet">

    <style>
        .feature-info-box {
            display: flex;
            background: linear-gradient(to right, #e6f7ff, #f0f9ff);
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 30px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            border-left: 5px solid #4285F4;
        }

        .info-icon {
            font-size: 24px;
            margin-right: 20px;
            align-self: flex-start;
        }

        .info-content {
            flex: 1;
        }

        .info-content h3 {
            margin-top: 0;
            color: #333;
            font-size: 1.3rem;
        }

        .info-content p {
            margin-bottom: 10px;
            color: #555;
        }

        .info-content ul {
            margin-bottom: 15px;
            padding-left: 20px;
        }

        .info-content li {
            margin-bottom: 5px;
            color: #555;
        }

        .premium-features {
            background-color: rgba(255, 255, 255, 0.7);
            border-radius: 8px;
            padding: 12px 15px;
            margin-top: 10px;
        }

        .premium-features p {
            font-weight: 500;
            color: #4285F4;
        }

        .login-cta {
            margin-top: 15px;
            text-align: right;
        }

        .cta-button {
            background-color: #4285F4;
            color: white;
            border: none;
            padding: 8px 16px;
            border-radius: 4px;
            cursor: pointer;
            font-weight: 500;
            transition: background-color 0.2s;
        }

        .cta-button:hover {
            background-color: #3367D6;
        }

        /* Hide info box when user is logged in */
        body.user-logged-in .feature-info-box {
            display: none;
        }

        /* Landing page styles */
        .landing-section {
            margin-top: 60px;
Preview of Quick Transcript's llms.txt file. View complete file (1,275 lines) →

Ready to create yours?

Generate a professional llms.txt file for your website in minutes with our AI-powered tool.

Generate Your llms.txt File