Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!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