Skip to content

Commit

Permalink
initial settings
Browse files Browse the repository at this point in the history
- favicon, title
- css reset cdn
  • Loading branch information
howooking committed Jul 24, 2023
1 parent 40fe839 commit 04f3044
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/reset.min.css"
rel="stylesheet"
/>
<link rel="icon" type="image/svg+xml" href="./src/assets/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>당연하지</title>
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added src/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 04f3044

Please sign in to comment.