backup 2022-12-25

This commit is contained in:
Oliver Akins 2022-12-25 17:09:32 -06:00
parent 1761eb4000
commit 3fc86a9dd0
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99
7 changed files with 62 additions and 0 deletions

12
site/index.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Counter Manager</title>
</head>
<body>
Hello There
</body>
</html>