Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 302f1aa

Browse files
committed
fix(*): fix index favicon and doctype
1 parent 83827f4 commit 302f1aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
44
<meta charset="utf-8">
@@ -7,7 +7,6 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88

99
<link rel="stylesheet" href="style/style.min.css">
10-
<link rel="icon" href="favicon.ico">
1110
</head>
1211
<body aurelia-app="configuration/legendsrising">
1312
<div class="splash">

0 commit comments

Comments
 (0)