mirror of
https://github.com/ION606/browser-chromium.git
synced 2026-05-14 22:26:56 +00:00
21 lines
698 B
HTML
21 lines
698 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" style="margin: 0; padding: 0; height: min-content;">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
|
|
<link rel="stylesheet" href="../CSS/tabs.css">
|
|
</head>
|
|
|
|
<body style="margin: 0; padding: 0; height: fit-content">
|
|
<div class="tabs-container">
|
|
<div class="browser-tabs">
|
|
<button class="tab" data-tab="0">Tab 0</button>
|
|
</div>
|
|
<button id="addtabbtn" class="add-tab">+</button>
|
|
<button id="settingsbtn" class="add-tab">⚙️</button>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |