Skip to content

Commit

Permalink
fix: improve metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dy0gu committed Aug 25, 2024
1 parent 2f4bef1 commit a0979df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
<html lang="en">
<div id="preload-font">.</div>
<link rel="icon" type="image/x-icon" href="./assets/favicon.ico" />
<link rel="stylesheet" type="text/css" href="index.css" as="style" />
<script type="text/javascript" src="index.js" defer="true"></script>
<link rel="stylesheet" type="text/css" href="./styles/globals.css" as="style" />
<script type="text/javascript" src="./scripts/main.js" defer="true"></script>

<head>
<title>NEI</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Website under development!" />
</head>

<body aria-description="Website under development!">
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion index.css → styles/globals.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: "Satoshi Bold";
src: url(./assets/fonts/satoshi-bold.otf);
src: url(../assets/fonts/satoshi-bold.otf);
}

html,
Expand Down

0 comments on commit a0979df

Please sign in to comment.