mirror of
https://github.com/gramps-project/gramps-web.git
synced 2026-04-18 13:18:49 -04:00
41 lines
1.7 KiB
HTML
41 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
|
<meta name="description" content="Gramps Web - research & organize your family tree together">
|
|
<base href="/">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet">
|
|
<link rel="icon" href="images/favicon.ico">
|
|
<link rel="manifest" href="manifest.json">
|
|
<meta name="theme-color" content="#6D4C41">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<meta name="application-name" content="Gramps">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar" content="#6D4C41">
|
|
<meta name="apple-mobile-web-app-title" content="Gramps">
|
|
<link rel="apple-touch-icon" sizes="192x192" href="images/icon192.png">
|
|
<style>
|
|
html,
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
<title>gramps-js</title>
|
|
</head>
|
|
|
|
<body>
|
|
<gramps-js></gramps-js>
|
|
|
|
<script type="module" src="./src/gramps-js.js"></script>
|
|
</body>
|
|
|
|
</html>
|