Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown07724 authored Jul 16, 2024
1 parent 649802a commit a94dd6c
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="assets/images/favicon1.svg">
<style>
.welcome {
text-align: center;
}
</style>
<script>
/* <a href="edit-project.html">
<button>edit project (still a beta)</button>
</a>
*/
// <a href="edit-project.html">edit project (beta)</a>
// position: absolute;
//right: 0%;

</script>
<link rel="stylesheet" href="button.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>projecto</title>
</head>
<body style="background-color:#424549;">
<link rel="stylesheet" href="text.css">


<a href="project-list.html">
<button>project list (still a beta)</button>
</a>

<a href="news.html">
<button>news</button>
</a>
<a href="account.html">
<button>account (still a beta)</button>
</a>
<a href="account.html">
<button>discord server</button>
</a>
<a href="dashboard.html">
<button> developer dashboard</button>
</a>

<a href="dashboard.html">
<button> login </button>
</a>

<div class="welcome">
<p>welcome to projecto</p>
</div>
</body>
</html>

0 comments on commit a94dd6c

Please sign in to comment.