|
|
<!DOCTYPE html> |
|
|
<html> |
|
|
<head> |
|
|
<meta charset="utf-8" /> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
|
<meta |
|
|
name="description" |
|
|
content="WebEva - Your All-in-One Developer Toolkit" |
|
|
/> |
|
|
<title>About WebEva</title> |
|
|
<style> |
|
|
body { |
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
|
|
padding: 2em; |
|
|
text-align: center; |
|
|
background-color: #f4f4f4; |
|
|
} |
|
|
.container { |
|
|
max-width: 800px; |
|
|
margin: auto; |
|
|
background: white; |
|
|
padding: 2em; |
|
|
border-radius: 10px; |
|
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); |
|
|
} |
|
|
h1 { |
|
|
color: #2c3e50; |
|
|
} |
|
|
p { |
|
|
color: #555; |
|
|
line-height: 1.6; |
|
|
} |
|
|
.highlight { |
|
|
color: #e74c3c; |
|
|
font-weight: bold; |
|
|
} |
|
|
</style> |
|
|
</head> |
|
|
<body> |
|
|
<div class="container"> |
|
|
<h1>Welcome to WebEva</h1> |
|
|
<p> |
|
|
WebEva is your all-in-one platform for developers, offering a powerful |
|
|
<span class="highlight">Code Editor</span>, comprehensive |
|
|
<span class="highlight">Tutorials</span>, an intuitive |
|
|
<span class="highlight">REST API Client</span>, and a seamless |
|
|
<span class="highlight">Web Viewer</span> experience. |
|
|
</p> |
|
|
<p> |
|
|
Whether you're a beginner learning the basics or a professional working |
|
|
on advanced projects, WebEva provides the tools you need to code, |
|
|
explore, and build efficiently. |
|
|
</p> |
|
|
<p> |
|
|
Stay productive and unleash your creativity with WebEva – the ultimate |
|
|
toolkit for modern developers. |
|
|
</p> |
|
|
</div> |
|
|
</body> |
|
|
</html> |
|
|
|