-
Notifications
You must be signed in to change notification settings - Fork 0
rmatte01/vedam
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Vedam - Copyright</title> <style> body { font-family: Arial, sans-serif; line-height: 1.6; margin: 0; padding: 0; background: #f4f4f4; color: #333; } .container { width: 80%; margin: auto; overflow: hidden; padding: 20px; background: #fff; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); margin-top: 50px; } h1 { color: #0056b3; } .button { display: inline-block; background: #007bff; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 5px; margin-top: 20px; } .button:hover { background: #0056b3; } </style> </head> <body> <div class="container"> <h1>Copyright © 2025 Vedam. All rights reserved.</h1> <p>This application and its content are protected by copyright law.</p> <p>Unauthorized reproduction or distribution of this application, or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under the law.</p> <a href="index.html" class="button">Back to Home</a> </div> </body> </html>
About
Vedam - Simple meditation app
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published