-
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
2e3ea5a
commit ab96b7f
Showing
1 changed file
with
8 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Report a bug!</title> | ||
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/thefatpotato115/Apachi/main/Resources/favicon.jpg" /> | ||
<meta charset="UTF-8" /> | ||
</head> | ||
<body style="background: black;"> | ||
<iframe src="https://ue5efofn6p4.typeform.com/to/ApF3OsOj" height="100%" width="100%" style="border:none;" title="Bug report form"></iframe> | ||
<head> | ||
<title>Report a bug!</title> | ||
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/thefatpotato115/Apachi/main/Resources/favicon.jpg"> | ||
<meta charset="UTF-8"> | ||
</head> | ||
<body style="background: black;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;width: 100%;height: 800px;"> | ||
<iframe src="https://ue5efofn6p4.typeform.com/to/ApF3OsOj" style="border:none;height: 100%;width: 100%;" title="Bug report form"></iframe> | ||
</body> | ||
</html> |