61 lines
1.7 KiB
HTML
61 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Static Sites development</title>
|
|
<meta charset="utf-8" />
|
|
|
|
<meta
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
|
name="viewport"
|
|
/>
|
|
<link
|
|
href="https://garden.digitaloctave.com/icons/favicon.ico"
|
|
rel="icon"
|
|
type="image/png"
|
|
/>
|
|
<link
|
|
href="https://garden.digitaloctave.com/icons/apple-touch-icon.png"
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
/>
|
|
<link
|
|
href="https://garden.digitaloctave.com/icons/favicon-32x32.png"
|
|
rel="icon"
|
|
sizes="32x32"
|
|
type="image/png"
|
|
/>
|
|
<link
|
|
href="https://garden.digitaloctave.com/icons/favicon-16x16.png"
|
|
rel="icon"
|
|
sizes="16x16"
|
|
type="image/png"
|
|
/>
|
|
<link href="/manifest.json" rel="manifest" />
|
|
<link
|
|
color="#5bbad5"
|
|
href="https://garden.digitaloctave.com/icons/safari-pinned-tab.svg"
|
|
rel="mask-icon"
|
|
/>
|
|
<meta content="#da532c" name="msapplication-TileColor" />
|
|
<meta content="#ffffff" name="theme-color" />
|
|
<link
|
|
href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.15.1/devicon.min.css"
|
|
rel="stylesheet"
|
|
type="text/css"
|
|
/>
|
|
<link
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
|
|
rel="stylesheet"
|
|
type="text/css"
|
|
/>
|
|
<link rel="stylesheet" href="./css/styles.css" type="text/css" />
|
|
<meta content="DO Plant DB & Garden Design" property="og:title" />
|
|
<meta content="example description" property="og:description" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="./cljs-out/base.js" type="application/javascript"></script>
|
|
</body>
|
|
</html>
|