2018-11-21 14:47:30 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2019-03-06 16:34:36 +01:00
|
|
|
<meta charset="utf-8">
|
2018-11-21 14:47:30 +01:00
|
|
|
<meta name="viewport" content="width=device-width">
|
2020-03-04 16:18:11 +01:00
|
|
|
<link rel="stylesheet" href="./css/brutal.css">
|
2018-11-21 17:07:03 +01:00
|
|
|
<title>🤘 Brütal Legend 🤘</title>
|
2018-11-21 14:47:30 +01:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="brutal"></div>
|
|
|
|
|
</body>
|
2020-03-05 08:07:46 +01:00
|
|
|
<script src="./src/index.tsx"></script>
|
2018-11-21 14:47:30 +01:00
|
|
|
</html>
|