-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modified: index.html modified: index.html
- Loading branch information
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,19 +1,17 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
</script> | ||
<meta charset="UTF-8"> | ||
<meta charset="UTF-8"> | ||
<title>Maxiwee</title> | ||
<link href="style.css" rel="stylesheet" type="text/css"> | ||
<meta name="description" content="A simple Homepage"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
</head> | ||
<meta | ||
name="description" | ||
content="A simple Homepage"> | ||
<body> | ||
<div class="topnav"> | ||
<div class="logo"> | ||
<h2>Maxiwee</h2> | ||
</div> | ||
</div> | ||
<div class="hamburger-menu"> | ||
<div></div> | ||
<div></div> | ||
|
@@ -23,7 +21,7 @@ <h2>Maxiwee</h2> | |
<div class="menu"> | ||
<a href="learntotweak/">Learn to create your own iOS tweak</a> | ||
<a href="projects">Projects</a> | ||
<a href="mailto:[email protected]">Email</a> | ||
<a href="/cdn-cgi/l/email-protection#2a474b52435d4f4f6a434946455f4e04494547">Email</a> | ||
<a href="https://twitter.com/maxiweee69">Twitter</a> | ||
<a href="https://paypal.me/maxiwee69">Donations</a> | ||
</div> | ||
|
@@ -44,8 +42,10 @@ <h2>About Me</h2> | |
</p> | ||
</div> | ||
<div class="footer"> | ||
<p>© 2023 Maxiwee. All rights reserved.</p> | ||
<p>© 2023 Maxiwee. All rights reserved.</p> | ||
</div> | ||
<script src="script.js"></script> | ||
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v84a3a4012de94ce1a686ba8c167c359c1696973893317" integrity="sha512-euoFGowhlaLqXsPWQ48qSkBSCFs3DPRyiwVu3FjR96cMPx+Fr+gpWRhIafcHwqwCqWS42RZhIudOvEI+Ckf6MA==" data-cf-beacon='{"rayId":"849bb3882b9562d4","r":1,"version":"2024.1.0","token":"6841afb174354017a288ea06aef0eee8"}' crossorigin="anonymous"></script> | ||
</body> | ||
</html> | ||
|