-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
37 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="description" content="millx.lol - Millx's Website" /> | ||
<meta name="theme-color" content="#0095ff" /> | ||
<meta property="og:type" content="website" /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Lexend&family=Lexend+Exa&family=Lexend+Mega&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" type="text/css" href="/css/styles.css" /> | ||
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico" /> | ||
<style> | ||
/* Your CSS styles here */ | ||
</style> | ||
</head> | ||
<body> | ||
<div class="alert"> | ||
<span class="closebtn">×</span> | ||
Your alert message here. | ||
</div> | ||
<div class="ad1"> | ||
<span class="closebtn">×</span> | ||
Your advertisement here. | ||
</div> | ||
<div class="toh"> | ||
<span class="closebtn">×</span> | ||
Another message here. | ||
</div> | ||
<!-- Your content here --> | ||
<h1>I am a schizo.</h1> | ||
<h2>The voices are getting louder. | ||
<h3>Please send help.</h3> | ||
</h2> | ||
</body> | ||
</html> |