Skip to content

Commit

Permalink
feat: favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnz committed Nov 16, 2021
1 parent 6f184ce commit 0839cf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { NextPage } from "next";
import Head from "next/head";
import Image from "next/image";
import { Alert, Col, Container, Row } from "react-bootstrap";
import { Col, Container, Row } from "react-bootstrap";
import { intervalToDuration } from "date-fns";
import { useState } from "react";

Expand All @@ -21,8 +20,8 @@ const Home: NextPage = () => {
return (
<div style={{ marginTop: "40vh" }}>
<Head>
<title>countdown</title>
<link rel="icon" href="/favicon.ico" />
<title>countdown for metamon!</title>
<link rel="icon" href="/parrot.gif" type="image/gif" />
</Head>

<Container className="w-75">
Expand Down
Binary file added public/parrot.gif
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 0839cf8

Please sign in to comment.