TheMathWizard/views/partials/head.php
2023-01-11 08:38:53 +01:00

14 lines
513 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>