og-image/src/index.html

12 lines
244 B
HTML
Raw Normal View History

2023-01-30 09:01:16 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
2023-01-30 13:59:02 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2023-01-30 09:01:16 +01:00
</head>
<body class="mx-auto p-4 lg:p-10">
<div id="app" class="bg-grey"></div>
</body>
</html>