-
Notifications
You must be signed in to change notification settings - Fork 3
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
Student
authored and
Student
committed
Feb 27, 2020
1 parent
65a8310
commit cc4d4cc
Showing
4 changed files
with
37 additions
and
2 deletions.
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
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
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<html> | ||
<head> | ||
<link type='text/css' rel='stylesheet' href='/css/styles.css'> | ||
</head> | ||
<body> | ||
|
||
<h1>Here are your requests</h1> | ||
|
||
|
||
|
||
<form action="/sessions/destroy" method="post"> | ||
<input type="submit" value='Sign out' /> | ||
</form> | ||
|
||
<form action="/spaces/index" method="post"> | ||
<input type="submit" value='Home' /> | ||
</form> | ||
|
||
<a href="/spaces">Homepage</a></br> | ||
|
||
</body> | ||
</html> |
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