17 lines
624 B
HTML
17 lines
624 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Carya Software</title>
|
||
|
<meta charset="utf-8">
|
||
|
<!-- <link rel="stylesheet" type="text/css" href="css/theme.css"> -->
|
||
|
<link rel="stylesheet" href="./css/theme-compiled.css"
|
||
|
</head>
|
||
|
<body class="bg-[#efe9f4] flex justify-center">
|
||
|
<div class="content-center text-center max-w-lg">
|
||
|
<h1 class="text-xl">Mushrooms I've found in and around my property.</h1>
|
||
|
<p>More pictures — and information — coming soon!</p>
|
||
|
<img height="512" width="512" src="mushrooms.jpg" alt="An unknown — for now — conical brown cap mushroom with white stem."></img>
|
||
|
</div
|
||
|
</body>
|
||
|
<html>
|