fixed bingo

This commit is contained in:
Chris Edwards 2021-02-28 01:24:06 -05:00
parent 33ad5d58c8
commit 424a4ac658
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
<html> <html>
<head> <head>
<meta name="theme-color" content="#FF99E6"> <meta name="theme-color" content="#FF99E6">
<link rel="stylesheet" type="text/css" href="../menu.css" /> <link rel="stylesheet" type="text/css" href="/menu/menu.css" />
<link rel="icon" type="image/ico" href="bingo.ico"> <link rel="icon" type="image/ico" href="bingo.ico">
<title> Bingo!</title> <title> Bingo!</title>
<style> <style>
@ -99,7 +99,7 @@ td{width:23px}
<body> <body>
<div id="nav_menu" > <div id="nav_menu" >
</div> </div>
<script src="../menu.js"></script> <script src="/menu/menu.js"></script>
<br /><br /><br /> <br /><br /><br />
<div id="form"> <div id="form">

View File

@ -3,7 +3,7 @@
<html> <html>
<head> <head>
<meta name="theme-color" content="#FF99E6"> <meta name="theme-color" content="#FF99E6">
<link rel="stylesheet" type="text/css" href="../menu.css" /> <link rel="stylesheet" type="text/css" href="/menu/menu.css" />
<link rel="icon" type="image/ico" href="bingo.ico"> <link rel="icon" type="image/ico" href="bingo.ico">
<title> Bingo!</title> <title> Bingo!</title>
<style> <style>
@ -95,7 +95,7 @@ td{width:23px}
<body> <body>
<div id="nav_menu" > <div id="nav_menu" >
</div> </div>
<script src="../menu.js"></script> <script src="/menu/menu.js"></script>
<br /><br /><br /> <br /><br /><br />
<div id="form"> <div id="form">