Initial state of website
This commit is contained in:
21
projects/claypedia.html
Executable file
21
projects/claypedia.html
Executable file
@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Claypedia</title>
|
||||
<link rel="stylesheet" href="https://www.sharpe6.com/sharpe6style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Claypedia</h2>
|
||||
<div class="row">
|
||||
<div class="column">
|
||||
<h2>Project source code on Gitea</h2>
|
||||
<p>
|
||||
All of the project's code can be found on Gitea <a href="https://gitea.sharpe6.com/Adog64/Claypedia">here</a>.
|
||||
</p>
|
||||
</div>
|
||||
<div class="column">
|
||||
<h2>About Claypedia</h2>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user