Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pa1n-dev committed Mar 17, 2024
1 parent 0a0eff0 commit 6908b07
Showing 1 changed file with 34 additions and 3 deletions.
37 changes: 34 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,40 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>nixware</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<style>
body {
background-color: #141414;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}

.container {
text-align: center;
}

.container img {
max-width: 100%;
height: auto;
}

.container p {
color: white;
font-size: 18px;
font-family: 'Anonymous Pro', monospace;
}
</style>
</head>
<body style="background-color: lightblue;">
<h1>Test</h1>
<body>
<div class="container">
<img src="https://media.discordapp.net/attachments/1194221664339234816/1218955997931110441/backgroud.jpg?ex=66098c3d&is=65f7173d&hm=f5506e83cc68760d03eb896d44a8df6d4a13f8fe433f765b120be4e68e2974fb&=&format=webp">
<p>An Angel Stands in Balaam's Way</p>
</div>
</body>
</html>

0 comments on commit 6908b07

Please sign in to comment.