Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
popa39 authored May 1, 2024
1 parent e47784f commit 108e7ef
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions index.html
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>

0 comments on commit 108e7ef

Please sign in to comment.