-
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
ece5fce
commit 3dc9efd
Showing
2 changed files
with
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Unsupported on mobile!</title> | ||
</head> | ||
<body> | ||
<h1>Oh no!</h1> | ||
<p> | ||
Sorry, but this webpage is not supported on mobile! That's because the formatting gets messy. | ||
I do plan to fix this, I promise! However for now, you can either view this on a computer or... | ||
bypass it on your mobile browser, but that's strongly not advised!<br> | ||
<a href="https://cocosbeans.me">Click to go to my homepage.</a> | ||
</p> | ||
</body> | ||
</html> |