15 lines
559 B
PHP
15 lines
559 B
PHP
<!DOCTYPE html>
|
|
<html lang="de" class="h-full bg-gray-100">
|
|
<head>
|
|
<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>
|
|
<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">
|