-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (53 loc) · 2.6 KB
/
index.html
File metadata and controls
66 lines (53 loc) · 2.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="6czWvCTPGkuSQHfcIlrgDHBGwoMJ7nwgnZU8flvSjLE" />
<!-- SEO Meta Tags -->
<meta name="description" content="CSS Editor Online Quickly - Learn and practice CSS in real-time with our lightweight online editor. Edit CSS and see instant changes. ">
<meta name="keywords" content="CSS editor, online CSS, CSS practice, learn CSS, CSS tutorial, web development, CSS-EOQ">
<meta name="author" content="Dev2Forge">
<meta name="robots" content="index, follow">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og: url" content="https://dev2forge.github.io/CSS-EOQ/">
<meta property="og:title" content="CSS Editor Online Quickly | CSS-EOQ">
<meta property="og:description" content="Learn and practice CSS in real-time with our lightweight online editor. ">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="CSS Editor Online Quickly | CSS-EOQ">
<meta name="twitter:description" content="Learn and practice CSS in real-time with our lightweight online editor.">
<!-- Theme Color -->
<meta name="theme-color" content="#4285f4">
<title>CSS Editor Online Quickly | CSS-EOQ | Editor CSS Ligero En Línea</title>
<script defer type="module" src="./assets/js/main.js"></script>
<link rel="stylesheet" href="./assets/css/main.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2TG40TFW75"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-2TG40TFW75');
</script>
</head>
<body>
<h1>CSS EOQ - <a href="https://dev2forge.is-a.software">Dev2Forge</a></h1>
<p>Try modifying the body of this page.Try modifying the body of this page, try interacting with it, practice, and check out basic CSS concepts...</p>
<div id="root"></div>
<hr />
<h2>Features to add</h2>
<ul>
<li>Add objects to interact with them using classes.</li>
<li>Allow adding HTML</li>
<li>Allow complete modification so that you can restructure with CSS and HTML to practice HTML and CSS.</li>
</ul>
<!-- Feature: Add objects to can interactive with ... -->
<!--<div id="objects" class="w-full"></div>-->
<footer>
© <a href="https://dev2forge.is-a.software">Dev2Forge</a> 2026
</footer>
</body>
</html>