Added a few memeber pages but not filled out

This commit is contained in:
2025-09-30 10:59:21 -05:00
parent ca474a36a1
commit d9e0d64aac
4 changed files with 23 additions and 0 deletions

10
members/cosmic.html Normal file
View File

@ -0,0 +1,10 @@
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="members.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<h1>I'm Cosmic</h1>
</body>
</html>

5
members/members.css Normal file
View File

@ -0,0 +1,5 @@
body{
width: 100%;
height: 100%;
margin: 0;
}

8
members/tech.html Normal file
View File

@ -0,0 +1,8 @@
<html>
<head>
</head>
<body>
</body>
</html>

0
members/willow.html Normal file
View File