Skip to content

Commit

Permalink
changed head title name for all html
Browse files Browse the repository at this point in the history
  • Loading branch information
enjiawu committed Nov 26, 2023
1 parent ed24def commit cb9916e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions html/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<link href="https://fonts.googleapis.com/css2?family=Caveat&family=Kristi&family=Radio+Canada:wght@300;400;500;600;700&family=Roboto+Mono:wght@100;200;300;400;500;600;700&display=swap" rel="stylesheet">
<title>About | Laufey</title>
</head>

<body>
<header>
<nav id = "nav-container">
Expand Down
3 changes: 2 additions & 1 deletion html/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Caveat&family=Kristi&family=Radio+Canada:wght@300;400;500;600;700&family=Roboto+Mono:wght@100;200;300;400;500;600;700&display=swap" rel="stylesheet">
<title>About | Laufey</title>
<title>Contact | Laufey</title>
</head>

<body>
<header>
<nav id = "nav-container">
Expand Down
3 changes: 2 additions & 1 deletion html/merch.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Caveat&family=Kristi&family=Radio+Canada:wght@300;400;500;600;700&family=Roboto+Mono:wght@100;200;300;400;500;600;700&display=swap" rel="stylesheet">
<title>About | Laufey</title>
<title>Merch | Laufey</title>
</head>

<body>
<header>
<nav id = "nav-container">
Expand Down
3 changes: 2 additions & 1 deletion html/music.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Caveat&family=Kristi&family=Radio+Canada:wght@300;400;500;600;700&family=Roboto+Mono:wght@100;200;300;400;500;600;700&display=swap" rel="stylesheet">
<title>About | Laufey</title>
<title>Music | Laufey</title>
</head>

<body>
<header>
<nav id = "nav-container">
Expand Down
3 changes: 2 additions & 1 deletion html/tour.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Caveat&family=Kristi&family=Radio+Canada:wght@300;400;500;600;700&family=Roboto+Mono:wght@100;200;300;400;500;600;700&display=swap" rel="stylesheet">
<title>About | Laufey</title>
<title>Tour | Laufey</title>
</head>

<body>
<header>
<nav id = "nav-container">
Expand Down

0 comments on commit cb9916e

Please sign in to comment.