13 lines
318 B
HTML
13 lines
318 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<link rel="stylesheet" href="./css/brutal.css">
|
|
<title>🤘 Brütal Legend 🤘</title>
|
|
</head>
|
|
<body>
|
|
<div id="brutal"></div>
|
|
</body>
|
|
<script src="./src/index.tsx"></script>
|
|
</html>
|