l o w e r c a s e
This commit is contained in:
parent
efc7f64ed3
commit
785a797b7c
3
README
3
README
@ -1,7 +1,8 @@
|
||||
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
|
||||
|
||||
|
@ -2,7 +2,7 @@ $doctype 5
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Purr
|
||||
<title>purr
|
||||
<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">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
@ -10,13 +10,13 @@ $doctype 5
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<a href="https://git.eversole.co/James/Purr">
|
||||
<a href="https://git.eversole.co/purr">
|
||||
Made with ♥
|
||||
| <a href="mailto:#{email}">Contact
|
||||
|
||||
<div #title .title>
|
||||
<h1>
|
||||
<a #titleLink .titleLink href="/">Purr
|
||||
<a #titleLink .titleLink href="/">purr
|
||||
|
||||
<div #content .content>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user