Initial commit
This commit is contained in:
commit
34e0a10ff0
2 changed files with 28 additions and 0 deletions
28
index.html
Normal file
28
index.html
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Landing Page</title>
|
||||
<style>
|
||||
body {
|
||||
background-color: black;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
img {
|
||||
max-width: 700px;
|
||||
max-height: 700px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<img src="tcs-bbs.png" alt="A ghost peeking out from behind a tree">
|
||||
</body>
|
||||
</html>
|
||||
BIN
tcs-bbs.png
Normal file
BIN
tcs-bbs.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 391 KiB |
Loading…
Reference in a new issue