Updated title and added explicit favicon link
This commit is contained in:
parent
f0af70aeee
commit
dba7d09cab
1 changed files with 2 additions and 1 deletions
|
@ -2,9 +2,10 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Ludum Dare 47 - Loops</title>
|
||||
<title>The All Powerful Loop Machine</title>
|
||||
<link href="./style.css" rel="stylesheet" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap" rel="stylesheet" />
|
||||
<link href="./favicon.ico" rel="icon" type="image/x-icon" />
|
||||
<script src="./script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue