16 lines
588 B
HTML
16 lines
588 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-GB">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap" rel="stylesheet" />
|
|
<script src="./dist/index.js" type="text/javascript"></script>
|
|
<link href="./dist/styles.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<fridge-magnets id="fridgemagnets">
|
|
</fridge-magnets>
|
|
</body>
|
|
</html>
|