Añadir 'index.html'

This commit is contained in:
lucas~micro-space 2021-03-24 22:59:36 +00:00
parent 5dbbbfc968
commit 0d9748d6de
1 changed files with 30 additions and 0 deletions

30
index.html Normal file
View File

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<style>
body {
text-align: center;
padding: 10px 100px;
background: black;
}
div.pweb {
background: green;
border-radius: 3px;
}
@media only screen and (max-width: 600px) {
body{padding:10px 50px;}
}
</style>
<title>Lucas Lite Programming</title>
</head>
<body style="text-align:center">
<div class="pweb">
<header>
<h1>Hi!</h1>
<p>I'm <a href="https://lucas.codeberg.page">Lucas</a></p>
<br>
</header>
<p>Now in the tildeverse making lite stuff, and maybe chatting</p>
</div>
</body>
</html>