updatge
This commit is contained in:
25
public/generative-energy/index_template.html
Normal file
25
public/generative-energy/index_template.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>%TITLE%</title>
|
||||
|
||||
<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:title" content="%TITLE%">
|
||||
<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>
|
||||
Reference in New Issue
Block a user