-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43369f4
commit acb609f
Showing
1 changed file
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,31 @@ | ||
|
||
<head> | ||
<link rel="icon" type="image/x-icon" href="assets/images/favicon1.svg"> | ||
<style> | ||
.welcome { | ||
text-align: center; | ||
} | ||
footer { | ||
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"> | ||
<h1>Oh Noes</h1> | ||
<p> an unexpected server error happened</p> | ||
<p>we are probably trying to fix this error</p> | ||
</body> |