Compare commits
No commits in common. "28a75aaa9d8370b881da00fc55f716af20a2fde0" and "31deaebb4690ed42881a3b222efa27ccd177fe78" have entirely different histories.
28a75aaa9d
...
31deaebb46
34
index.html
34
index.html
@ -1,34 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>We did it!</title>
|
|
||||||
<style>
|
|
||||||
/* Simple, clean centered layout */
|
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
min-height: 100vh;
|
|
||||||
background-color: #f0f4f8;
|
|
||||||
font-family: Georgia, serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size: 3rem;
|
|
||||||
color: #1a202c;
|
|
||||||
letter-spacing: 0.05em;
|
|
||||||
text-align: center;
|
|
||||||
padding: 2rem 3rem;
|
|
||||||
background: #ffffff;
|
|
||||||
border-radius: 12px;
|
|
||||||
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>We did it, Sam!</h1>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Loading…
Reference in New Issue
Block a user