Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick authored Feb 10, 2024
2 parents 8eae0aa + da91c8d commit 6a4c306
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
<html>
<head>
<title>WoWSims - Season of Discovery</title>
<meta charset="utf-8">

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

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

<link rel="icon" href="/sod/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
7 changes: 5 additions & 2 deletions ui/index_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
<head>
<title>@@TITLE@@</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

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

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

<link rel="preload" href="/sod/assets/database/db.json" as="fetch" crossOrigin="anonymous">
<link rel="icon" type="image/x-icon" href="/sod/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 6a4c306

Please sign in to comment.