Added mushrooms page, ignored .jpg files
This commit is contained in:
parent
5f4f9e1c30
commit
960fac2c14
2 changed files with 17 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
*~
|
*~
|
||||||
theme-compiled.css
|
theme-compiled.css
|
||||||
font/*.ttf
|
font/*.ttf
|
||||||
|
*.jpg
|
||||||
|
|
16
mushrooms.html
Normal file
16
mushrooms.html
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<!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>
|
Loading…
Reference in a new issue