-
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
Showing
1 changed file
with
17 additions
and
9 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,12 +1,20 @@ | ||
<!doctype html> | ||
<html> | ||
<link rel="shortcut icon" href="/n/favicon.ico" type="image/x-icon"> | ||
<link rel="icon" href="favicon.ico" type="image/x-icon"> | ||
<body bgcolor=#ff99cc> | ||
<title>:3</title> | ||
<div style="margin:0 auto;text-align:center"> | ||
<div style="margin-left:auto;margin-right:auto;text-align:center"> | ||
<p><img src="miku.gif"/><p> | ||
<h1>meow</h1> | ||
<div align="center"></div> | ||
<head> | ||
<link rel="shortcut icon" href="/n/favicon.ico" type="image/x-icon"> | ||
<style> | ||
div{ | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
height: 90vh; | ||
} | ||
</style> | ||
</head> | ||
<title>:3</title> | ||
<body bgcolor=#ff99cc> | ||
<div> | ||
<iframe src="https://lanyard.cnrad.dev/api/940977931025534976" style="border:0px #ffffff none;" name="discord activity" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="210px" width="410px" allowfullscreen></iframe> | ||
</div> | ||
</body> | ||
</html> |