Skip to content

Commit

Permalink
Prepped for hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
nathnp committed Dec 21, 2023
1 parent b3dbed3 commit d796dc3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 50 deletions.
43 changes: 0 additions & 43 deletions README.md

This file was deleted.

16 changes: 10 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,32 @@
</head>
<body>
<header>
<h1>SITE TITLE</h1>
<h1>Basic Site Template</h1>
<nav>
<ul>
<li>
<a href='LINK'>LINK 1</a>
<a href='https://github.com/nathnp/Basic-Site-Template'>GitHub</a>
</li>
<li>
<a href='LINK'>LINK 2</a>
<a href='https://nthp.me'>My Site</a>
</li>
<li>
<a href='https://fosstodon.org'>My Mastodon</a>
</li>
</ul>
</nav>
</header>
<main>
<center>
<img src='/pics/FILENAME' width='256' height='256'/> <br>
<img src='/pics/pic.png' width='256' height='256'/> <br>

<p>ABOUT YOU</p>
<p>This is a demo of the Basic Site Template</p>
<p> It's nothing fancy, but it <a href='https://www.youtube.com/watch?v=xvFZjo5PgG0'>works</a></p>

</center>
</main>
<footer>
<p>Copyright NAME 2024
<p>Copyright A Cat Somewhere 2024
<br>
Site made with <a href='https://simplecss.org'>Simple.CSS</a>
</p>
Expand Down
1 change: 0 additions & 1 deletion pics/README.md

This file was deleted.

Binary file added pics/pic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d796dc3

Please sign in to comment.