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
|
||||||
-----
|
-----
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
@ -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 ♥
|
Made with ♥
|
||||||
| <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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user