bug in menu

This commit is contained in:
Chris Edwards 2021-02-21 13:58:25 -05:00
parent 01f2163c14
commit d975f22bfd
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
<html>
<head>
<meta name="theme-color" content="#FF99E6">
<link rel="stylesheet" type="text/css" href="menu.css" />
<link rel="stylesheet" type="text/css" href="../menu.css" />
<link rel="icon" type="image/ico" href="bingo.ico">
<title> Bingo!</title>
<style>

View File

@ -3,7 +3,7 @@
<html>
<head>
<meta name="theme-color" content="#FF99E6">
<link rel="stylesheet" type="text/css" href="menu.css" />
<link rel="stylesheet" type="text/css" href="../menu.css" />
<link rel="icon" type="image/ico" href="bingo.ico">
<title> Bingo!</title>
<style>

View File

@ -4,7 +4,7 @@
<html>
<head>
<meta name="theme-color" content="#FF99E6">
<link rel="stylesheet" type="text/css" href="menu.css" />
<link rel="stylesheet" type="text/css" href="../menu.css" />
<link rel="icon" type="image/ico" href="bingo.ico">
<title> Bingo!</title>
<style>

View File

@ -5,7 +5,7 @@
<!--Card flip animation by Chris Theil-->
<title>Test YOUR Memory</title>
<meta name="theme-color" content="#00FFAA">
<link rel="stylesheet" type="text/css" href="menu.css" />
<link rel="stylesheet" type="text/css" href="../menu.css" />
<link rel="icon" type="image/ico" href="mem.ico">
<script src="menu.js"></script>
<style>