Added a few memeber pages but not filled out
This commit is contained in:
10
members/cosmic.html
Normal file
10
members/cosmic.html
Normal 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
5
members/members.css
Normal file
@ -0,0 +1,5 @@
|
||||
body{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
8
members/tech.html
Normal file
8
members/tech.html
Normal file
@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
0
members/willow.html
Normal file
0
members/willow.html
Normal file
Reference in New Issue
Block a user