pushing python project

This commit is contained in:
lenape
2025-03-04 18:49:45 +00:00
parent 375b13e95e
commit 0d210d0524
5 changed files with 100 additions and 0 deletions

24
index.html Normal file
View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<title>Hello World from Lenape</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: #f0f0f0;
}
h1 {
font-family: cursive;
font-size: 3em;
color: #333;
}
</style>
</head>
<body>
<h1>Hello World from Lenape</h1>
</body>
</html>