-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 993 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Edo App Support</title>
<style>
body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; }
.container { max-width: 600px; margin: 50px auto; padding: 20px; text-align: center; background: white; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
h1 { color: #333; }
p { font-size: 18px; color: #666; }
a { color: #007bff; text-decoration: none; }
a:hover { text-decoration: underline; }
</style>
</head>
<body>
<div class="container">
<h1>Edo App Support</h1>
<p>If you need assistance or have any questions, please contact me at:</p>
<p>For more information, visit our <a href="https://github.com/samroman3/Edo" target="_blank">GitHub</a>.</p>
</div>
</body>
</html>