Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,22 @@
This is a quick node project template for demoing Codespaces. It is based on the [Azure node sample](https://github.com/Azure-Samples/nodejs-docs-hello-world). It's great!!!

Point your browser to [Quickstart for GitHub Codespaces](https://docs.github.com/en/codespaces/getting-started/quickstart) for a tour of using Codespaces with this repo.
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Поздравления с 8 марта</title>
<style>
body { background-color: #fafafa; font-family: Arial, sans-serif; text-align: center; padding-top: 50px; }
h1 { color: #ff69b4; font-size: 3rem; margin-bottom: 20px; }
img { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
p { font-size: 1.2rem; line-height: 1.6; margin-bottom: 30px; }
</style>
</head>
<body>
<h1>С 8 марта!</h1>
<img src="your-image.jpg" alt="Красивая фотография">
<p> Оль, поздравляю тебя с 8 марта! Решил сделать подарок такой как я умею, но надеюсь, ты порадуешься..</p>
</body>
</html>