Skip to content

Commit ce3e18f

Browse files
committed
page has basic content and some of the elements have been created to components that can be reused
1 parent f183b78 commit ce3e18f

File tree

17 files changed

+2059
-171
lines changed

17 files changed

+2059
-171
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!doctype html>
2-
<html lang="en">
2+
<html lang="en" class="bg-black">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React + TS</title>
7+
<title>Oton internet</title>
88
</head>
9-
<body>
9+
<body style="margin: 0; padding: 0">
1010
<div id="root"></div>
1111
<script type="module" src="/src/main.tsx"></script>
1212
</body>

0 commit comments

Comments
 (0)