-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (65 loc) · 2.99 KB
/
Copy pathindex.html
File metadata and controls
70 lines (65 loc) · 2.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ez4Code - Programming Tools Platform - 一站式编程工具与代码学习平台</title>
<meta name="description" content="Online programming tools and code learning platform for developers">
<meta name="keywords" content="programming, code-tools, developer-tools, learning, ide">
<meta property="og:title" content="Ez4Code - Programming Tools Platform">
<meta property="og:description" content="Online programming tools and code learning platform for developers">
<meta property="og:url" content="https://niceyayale.github.io/ez4code-web/">
<meta property="og:type" content="website">
<link rel="canonical" href="https://niceyayale.github.io/ez4code-web/">
<link rel="stylesheet" href="https://niceyayale.github.io/ez4code-web/assets/style.css">
</head>
<body>
<header class="site-header">
<div class="container">
<a href="https://niceyayale.github.io/ez4code-web/" class="logo">Ez4Code - Programming Tools Platform</a>
<nav>
<a href="https://ez4code.com">Website</a>
<a href="https://niceyayale.github.io/ez4code-web/blog/">Blog</a>
<a href="https://github.com/niceyayale/ez4code-web">GitHub</a>
</nav>
</div>
</header>
<main class="container">
<div class="hero">
<h1>Ez4Code - Programming Tools Platform</h1>
<p>一站式编程工具与代码学习平台</p>
</div>
<div class="section">
<h2>About</h2>
<p>Online programming tools and code learning platform for developers</p>
<div class="badges"><span class="badge">Code Editor</span>
<span class="badge">Developer Tools</span>
<span class="badge">Education</span>
<span class="badge">Web IDE</span></div>
</div>
<div class="section">
<h2>Features</h2>
<ul class="features"><li>Online code editor with multi-language support</li>
<li>Code formatting and beautification tools</li>
<li>Syntax highlighting for 50+ languages</li>
<li>Code snippet management and sharing</li>
<li>Interactive programming tutorials</li></ul>
</div>
<div class="section">
<h2>Latest Articles</h2>
<p>Check out our technical articles and tutorials.</p>
<p style="margin-top:1rem"><a href="https://niceyayale.github.io/ez4code-web/blog/" class="btn">Read Blog (2 articles)</a></p>
</div>
<div class="section cta">
<p style="margin-bottom:1.5rem;font-size:1.1rem">Ready to explore Ez4Code - Programming Tools Platform?</p>
<a href="https://ez4code.com" class="btn">Visit Website</a>
<a href="https://github.com/niceyayale/ez4code-web" class="btn btn-secondary">View on GitHub</a>
</div>
</main>
<footer class="site-footer">
<div class="container">
<p>© 2026 Ez4Code - Programming Tools Platform. <a href="https://ez4code.com">https://ez4code.com</a> · <a href="https://github.com/niceyayale/ez4code-web">GitHub</a></p>
</div>
</footer>
</body>
</html>