24 lines
830 B
HTML
24 lines
830 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" href="/generative-energy/styles.css">
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Slab:wght@600&display=swap"
|
|
rel="stylesheet">
|
|
<!-- <link rel="icon" href="/generative-energy/favicon.ico" sizes="any" /> -->
|
|
|
|
<meta name="description" content="Generative Energy - A page dedicated to Dr. Raymond Peat">
|
|
<meta property="og:image" content="icecream.png">
|
|
|
|
<!-- SSR HEAD OUTLET -->
|
|
<script type="module">import "@/generative-energy/client.ts";</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app-root"><!-- SSR OUTLET --></ div>
|
|
</body>
|
|
</html>
|