solar/frontend/index.html

57 lines
2.4 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Solar Energy Forecasting & EU Electricity Prices · Belgium & EU Solar Production Forecasting</title>
<meta
name="description"
content="Interactive solar production forecasting for Belgium with day-ahead electricity prices and EU historical electricity price history, trading and battery backtests."
/>
<meta name="robots" content="index,follow" />
<meta name="theme-color" content="#0f172a" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="alternate icon" href="/favicon.ico" />
<!-- Open Graph -->
<meta property="og:site_name" content="Solar Production Forecasting Solar Forecasting & Prices" />
<meta property="og:type" content="website" />
<meta
property="og:title"
content="Solar Energy Forecasting & EU Electricity Prices · Belgium & EU Solar Production Forecasting"
/>
<meta
property="og:description"
content="Solar production forecasts, day-ahead electricity prices, and EU historical price analytics for energy planning and trading."
/>
<meta property="og:url" content="https://degelas.be/" />
<meta property="og:image" content="https://degelas.be/og-image.png" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Solar Energy Forecasting & EU Electricity Prices Solar Production Forecasting" />
<meta
name="twitter:description"
content="Solar forecasts, day-ahead prices, and EU historical electricity price analytics for Belgium and Europe."
/>
<meta name="twitter:image" content="https://degelas.be/og-image.png" />
<!-- Privacy-friendly analytics (Umami, self-hosted) -->
<!--
Replace data-website-id with the ID from your Umami dashboard.
Example: data-website-id="00000000-0000-0000-0000-000000000000"
The src should point to your Umami instance, e.g. https://analytics.degelas.be/script.js
-->
<script
async
src="https://analytics.degelas.be/script.js"
data-website-id="c7ba71c0-4bac-48d3-a8e3-7fdc92a6e4ba"
data-domains="degelas.be"
></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>