-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (28 loc) · 1.9 KB
/
index.html
File metadata and controls
32 lines (28 loc) · 1.9 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Flex is your online code playground. Experiment with HTML, CSS, and JavaScript in real-time. Create and learn with an intuitive interface. Build stunning web projects from scratch."/>
<meta name="author" content="Ahmed Kinan Ghbash">
<meta name="keywords" content="code editor, online code, HTML, CSS, JavaScript, web development, coding playground, experiment, learn, build, create, flex, code editor online" />
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Flex">
<meta property="og:description" content="Flex is your online code playground. Experiment with HTML, CSS, and JavaScript in real-time. Create and learn with an intuitive interface. Build stunning web projects from scratch.">
<meta property="og:url" content="https://kinangh98.github.io/react-apps/flex/index.html">
<meta property="og:type" content="website">
<meta property="og:image" content="https://kinangh98.github.io/react-apps/flex/social-media-image.jpg">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Flex">
<meta name="twitter:description" content="Flex is your online code playground. Experiment with HTML, CSS, and JavaScript in real-time. Create and learn with an intuitive interface. Build stunning web projects from scratch.">
<meta name="twitter:image" content="https://kinangh98.github.io/react-apps/flex/social-media-image.jpg">
<meta name="twitter:url" content="https://kinangh98.github.io/react-apps/flex/index.html">
<link rel="icon" type="image/svg+xml" href="/favicon.ico"/>
<title>Flex</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>