Skip to content

Commit

Permalink
update meta tags (#4210)
Browse files Browse the repository at this point in the history
* update meta tags

* update welcome
  • Loading branch information
kayla-glick authored Feb 10, 2024
1 parent cae5321 commit ee8e326
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 6 additions & 2 deletions ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
<html>
<head>
<title>WoWSims - Wrath of the Lich King</title>
<meta charset="utf-8">

<link rel="icon" type="image/x-icon" href="/wotlk/assets/favicon_io/favicon.ico">

<meta name="description" content="Simulations for World of Warcraft® Classic Wrath of the Lich King.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="icon" href="/wotlk/assets/favicon_io/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/scss/homepage/index.scss">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
Expand Down Expand Up @@ -51,7 +55,7 @@ <h2 class="expansion-title w-100">Wrath of the Lich King</h2>
<div class="info-container">
<p class="wowsims-info">
Welcome to WoWSims - Wrath of the Lich King! This is a community-driven project to provide class and raid simulations for
World of Warcraft® Wrath of the Lich King together with the leading theorycrafters and class representatives.
World of Warcraft® Classic Wrath of the Lich King together with the leading theorycrafters and class representatives.
</p>
</div>
<div class="sim-links-container">
Expand Down
6 changes: 5 additions & 1 deletion ui/index_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
<head>
<title>@@TITLE@@</title>
<meta charset="utf-8">

<link rel="icon" type="image/x-icon" href="/wotlk/assets/favicon_io/favicon.ico">

<meta name="description" content="Simulations for World of Warcraft® Classic Wrath of the Lich King.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="preload" href="/wotlk/assets/database/db.json" as="fetch" crossOrigin="anonymous">
<link rel="icon" type="image/x-icon" href="/wotlk/assets/favicon_io/favicon.ico">

<link rel="stylesheet" href="../scss/sims/@@SPEC@@/index.scss">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer" />

Expand Down

0 comments on commit ee8e326

Please sign in to comment.