Game Sourcecode has been added and Style was changed
This commit is contained in:
parent
d907e90218
commit
8d31cb5bc7
17 changed files with 4689 additions and 136 deletions
|
|
@ -4,8 +4,12 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<script src="https://cdn.tailwindcss.com?plugins=forms"></script>
|
||||
<title>Demo</title>
|
||||
<script src="https://cdn.tailwindcss.com?plugins=forms"></script>
|
||||
<link href="https://cdn.jsdelivr.net/npm/nes.css@2.3.0/css/nes.min.css" rel="stylesheet">
|
||||
<title>The Math Wizard</title>
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P');
|
||||
</style>
|
||||
</head>
|
||||
<body class="h-full">
|
||||
<div class="min-h-full">
|
||||
<div class="min-h-full">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue