<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>KNAC.COM - <%=qArticle("CategoryTitle")%><%If IsNull(qArticle("BrowserTitle")) = False And qArticle("BrowserTitle") <> "" Then Response.Write(" - " & FormatHTML(qArticle("BrowserTitle")))%></title>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <%If IsNull(qArticle("Keywords")) = False And qArticle("Keywords") <> "" Then%>
    <meta name="keywords" content="<%=FormatHTML(qArticle("Keywords"))%>">
    <%End If%>
  
  <!--#include virtual="/includes/jscript.asp"-->

    <script type="text/javascript" src="https://platform-api.sharethis.com/js/sharethis.js#property=64d170d96e22420019136816&product=inline-share-buttons&source=platform" async="async"></script>

    <link rel="stylesheet" href="your-css-file.css">

    <style>
        body {
            background-color: #000000;
            color: #FFFFF;
            margin: 0;
            padding: 0;
            font-family: 'Arial', 'Helvetica', sans-serif;
        }

        /* Add your specific styles here for larger screens */

        @media only screen and (max-width: 640px) {
            /* Mobile styles go here */
            body {
                margin-left: 5px; /* Adjust as needed */
                margin-right: 5px; /* Adjust as needed */
            }

            /* Add specific mobile styles */
        }
    </style>
</head>

<body>
    <center>
        <!-- hdr start -->
        <%If qArticle("CategoryTitle") = "Downloads" Then%>
        <!--#include virtual="/includes/header_downloads.asp"-->
        <%Else%>
        <!--#include virtual="/includes/header.asp"-->
        <%End If%>
    </center>
    <!-- hdr end -->

    <!-- body start -->
    <table cellspacing="0" cellpadding="10" border="0" width="100%">
        <!-- Your content goes here -->
    </table>
    <!-- body end -->

    <!--#include virtual="/includes/footer.asp"-->
    </body>
</html>

<%
Set qArticle = Nothing
%>
<!--#include virtual="/administer/includes/closeconnection.asp"-->
