Update menu_tmj.html

This commit is contained in:
MattTheTekie 2023-04-08 12:57:53 -04:00 committed by GitHub
commit d3b4e4f2b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,8 +9,8 @@
<meta name="description" content="DSiPaint: Games and Apps for the Nintendo 3DS Internet Browser" />
<meta name="keywords" content="DSiPaint, DSi Opera SDK, Nintendo DSi, DSi, JavaScript, video games" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="stylee993.css" type="text/css" />
<link rel="stylesheet" href="lighte993.css" type="text/css" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="light.css" type="text/css" />
<script type="text/javascript">
function parse(json){
return (typeof JSON == 'object') ? JSON.parse(json) : eval(json);