Skip to content

Commit

Permalink
Major update.
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimtrulsson committed Apr 19, 2023
1 parent d884bbe commit a63247b
Show file tree
Hide file tree
Showing 24 changed files with 18,019 additions and 983 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ dist
dist-ssr
*.local

/build

# Editor directories and files
.vscode/*
!.vscode/extensions.json
Expand All @@ -22,3 +24,4 @@ dist-ssr
*.njsproj
*.sln
*.sw?
*.env
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<title>Youtube Clone</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>
Loading

0 comments on commit a63247b

Please sign in to comment.