Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create OneUi #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Apr 17, 2024

  1. Create OneUi

    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        <title>Hello, world!</title>
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/samsunginternet/OneUI-Web/oui-css/oui.css">
      </head>
      <body>
        <main class="container">
          <div class="oui-viewing">
              <!-- Viewing area -->
          </div>
          <div class="oui-interaction">
              <!-- Interaction area -->
          </div>
        </main>
      </body>
    </html>
    Hellothuy1 authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    342f32b View commit details
    Browse the repository at this point in the history