مُحرر الأكواد الذهبي
أداة متكاملة لكتابة وتحرير الأكواد باحترافية
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>مشروعي</title>
<style>
body {
font-family: 'Tajawal', sans-serif;
background-color: #f5f7fa;
color: #333;
line-height: 1.6;
}
h1 {
color: #4361ee;
text-align: center;
margin: 2rem 0;
}
</style>
</head>
<body>
<h1>مرحباً بك في مُحرر الأكواد الذهبي</h1>
<p>ابدأ بكتابة الأكواد الخاصة بك...</p>
<script>
console.log('أهلاً بالعالم!');
</script>
</body>