mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-04 04:20:19 +01:00
26 lines
439 B
HTML
26 lines
439 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" style="background-color: rgb(25, 25, 25)">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
<title>New Tab</title>
|
|
|
|
@@include("./html/link-css.html")
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
@@include("./html/background.html")
|
|
|
|
@@include("./html/layout.html")
|
|
|
|
@@include("./html/menu.html")
|
|
|
|
@@include("./html/script-js.html")
|
|
|
|
</body>
|
|
|
|
</html>
|