Skip to content

Commit

Permalink
Create UI
Browse files Browse the repository at this point in the history
<!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>
  • Loading branch information
Hellothuy1 authored Apr 17, 2024
1 parent 90b7232 commit 4dd130a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UI
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 4dd130a

Please sign in to comment.