Added icon and changed index title

This commit is contained in:
MaxRobinsonTheGreat
2020-07-29 12:56:27 -06:00
parent 6dc5fca6cc
commit b4b44b2c4f
2 changed files with 2 additions and 1 deletions

3
dist/index.html vendored
View File

@@ -2,7 +2,8 @@
<html>
<head>
<meta charste="UTF-8">
<title>Evolution Simulator</title>
<title>The Life Engine</title>
<link rel="icon" href="./img/icon.png">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>