Skip to content

Commit

Permalink
Created website pages
Browse files Browse the repository at this point in the history
  • Loading branch information
CMartin2288 committed Apr 18, 2024
1 parent d7b7f45 commit b35f6d8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>The Nameless</title>
</head>
<body>

<h1>About</h1>
<h3>Caleb Martin - [email protected]</h3>
<h3></h3>

</body>
</html>
19 changes: 19 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<title>The Nameless</title>
</head>
<body>

<h1>Selene</h1>
<h2><a href="about.html" target="_blank">About</a></h2>
<p>Explanation of App Goes Here</p>
<h2>Demo</h2>
<video></video>
<h2>Screenshots</h2>
<img>
<img>
<img>

</body>
</html>

0 comments on commit b35f6d8

Please sign in to comment.