l o w e r c a s e

This commit is contained in:
James Eversole 2022-12-21 12:06:46 -06:00
parent efc7f64ed3
commit 785a797b7c
2 changed files with 5 additions and 4 deletions

3
README
View File

@ -1,7 +1,8 @@
purr purr
----- -----
Purr is a work-in-progress web application offering customizable password generation and time-limited sharing of secrets. https://purr.eversole.co
a work-in-progress web application offering customizable password generation and time-limited sharing of secrets.
GOALS GOALS

View File

@ -2,7 +2,7 @@ $doctype 5
<html> <html>
<head> <head>
<title>Purr <title>purr
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://unpkg.com/htmx.org@1.7.0" integrity="sha384-EzBXYPt0/T6gxNp0nuPtLkmRpmDBbjg6WmCUZRLXBBwYYmwAUxzlSGej0ARHX0Bo" crossorigin="anonymous"> <script src="https://unpkg.com/htmx.org@1.7.0" integrity="sha384-EzBXYPt0/T6gxNp0nuPtLkmRpmDBbjg6WmCUZRLXBBwYYmwAUxzlSGej0ARHX0Bo" crossorigin="anonymous">
<link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="/style.css">
@ -10,13 +10,13 @@ $doctype 5
<body> <body>
<header> <header>
<a href="https://git.eversole.co/James/Purr"> <a href="https://git.eversole.co/purr">
Made with &#9829; Made with &#9829;
| <a href="mailto:#{email}">Contact | <a href="mailto:#{email}">Contact
<div #title .title> <div #title .title>
<h1> <h1>
<a #titleLink .titleLink href="/">Purr <a #titleLink .titleLink href="/">purr
<div #content .content> <div #content .content>