mirror of
https://github.com/ION606/browser-chromium.git
synced 2026-05-14 22:26:56 +00:00
initial commit/backup
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<!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 class="add-tab">+</button>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user