kramp's picture
kramp HF Staff
can you refactor it to use the svelte.js framrwork instead of custom elements?
ef6e4b6 verified
raw
history blame contribute delete
621 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>M.e.B - Punk Rock Revolution</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap" rel="stylesheet">
%svelte.head%
</head>
<body class="font-['Roboto_Condensed']">
<div id="svelte">%svelte.body%</div>
<script src="https://deepsite.hf.co/deepsite-badge.js"></script>
</body>
</html>