make text not SUCK
This commit is contained in:
parent
70c38cea2d
commit
f15eca2872
1 changed files with 47 additions and 41 deletions
12
index.html
12
index.html
|
@ -1,19 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="UTF-8" />
|
||||
<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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
|
||||
rel="stylesheet">
|
||||
<link rel="icon" href="favicon.ico">
|
||||
<meta content="maggie" property="og:title" />
|
||||
<meta content="This link contains extreme silliness and general incompetence, proceed with caution, please." property="og:description" />
|
||||
<meta content="This link contains extreme silliness and general incompetence, proceed with caution, please."
|
||||
property="og:description" />
|
||||
<meta content="pfp.webp" property="og:image" />
|
||||
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
|
||||
<title>Maggie's website</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="titletext">
|
||||
<h1>Hi! I'm Maggie!</h1>
|
||||
|
@ -51,7 +56,7 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
<div class="end">
|
||||
<div class="buttons">
|
||||
<h3 class="endbar">Look at my helper...</h3>
|
||||
<a href="kitty.jpg"><img src="88x31s/meowmeow.png" alt="88x31s"></a>
|
||||
<h3 class="endbar">Also check out...</h3>
|
||||
|
@ -74,4 +79,5 @@
|
|||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue