main.html 1.96 KB
<!doctype html>
<html>
<head>
<title>KHU KHU Chat</title>
<meta charset="utf-8">
<link rel="stylesheet" href="CSS/Banner.css">
<script src="https://kit.fontawesome.com/6a5db0a2e0.js" crossorigin="anonymous"></script>
<link rel="icon" href="https://kit.fontawesome.com/6a5db0a2e0.js" />
<link href="https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap" rel="stylesheet">
<script src="JS/main.js"></script>
</head>
<body>
<header role="banner">
  <nav class="khu-nav" role="navigation" aria-label="Primary navigation">
  <div class="khu-nav-row">
    <div class="khu-logo">
      <a id="khu-logo" data-clog-click="" data-clog-ui-element="link_home"  href="main.html" aria-label="Khu-logo" data-qa="logo">
    <img src="img/Khu_Chat_Icon.svg" width="30px" hegiht="20px" alt="Khu Chat">
    </a>

    <a id="khu-logo-font" data-clog-click="" data-clog-ui-element="link_home"  href="main.html" aria-label="Khu-logo-font" data-qa="logo">
      Khu Chat
    </a>
    </div>
  <div class ="khu-login" >
    <a data-clog-click="" data-clog-ui-element="link_home"  href="main.html" aria-label="Khu-logo-font" data-qa="logo">
      Login
    </a>
  </div>
  <div class="khu-signin">
    <a data-clog-click="" data-clog-ui-element="link_home"  href="main.html" aria-label="Khu-logo-font" data-qa="logo">
      Sign in
    </a>
  </div>
  <div class="khu-start-button">
    <a id="khu-start-button" href="afterlogin.html" data-clog-click="" data-clog-ui-element="link_home"  href="main.html" aria-label="Khu-start-button" data-qa="logo">
      Launch Chating
    </a>
  </div>


</div>
</nav>

</header>
  <div id="article">
      <h2><a class data-clog-click="" data-clog-ui-element="link_home" href=https://www.helpshift.com/glossary/chat-service/
        title="what is chat service">chat service란?</a></h2>
        <p>This is chating application which chats with your frineds, coworkers and anyone do you want <br>
          so enjoy it out sevice.
        </p>


  </div>
</div>
</body>
</html>