-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
67 lines (59 loc) · 3.63 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML Editor PRO - with Ai</title>
<meta name="description" content="HTML Editor PRO - with Ai is a powerful HTML editor that includes artificial intelligence features to enhance your coding experience.">
<meta name="keywords" content="HTML editor, AI, artificial intelligence, coding, web development">
<meta name="HTML Editor PRO - WEB" content="ProTec Games">
<!-- Open Graph meta tags for link preview -->
<meta property="og:title" content="HTML Editor PRO - with Ai Web">
<meta property="og:description" content="HTML Editor PRO - with Ai is a powerful HTML editor that includes artificial intelligence features to enhance your coding experience.">
<meta property="og:image" content="/assets/preview.png">
<meta property="og:url" content="https://htmleditorpro netlify.app">
<meta property="og:type" content="website">
<meta property="og: HTML Editor Web" content="HTML Editor PRO - with Ai">
<!-- Twitter Card meta tags for link preview -->
<meta name="twitter:card" content="/assets/preview.png">
<meta name="twitter:title" content="HTML Editor PRO - with Ai">
<meta name="twitter:description" content="HTML Editor PRO - with Ai is a powerful HTML editor that includes artificial intelligence features to enhance your coding experience.">
<meta name="twitter:image" content="/assets/preview.png">
<!-- LinkedIn meta tags for link preview -->
<meta property="og:title" content="HTML Editor PRO - with Ai">
<meta property="og:description" content="HTML Editor PRO - with Ai is a powerful HTML editor that includes artificial intelligence features to enhance your coding experience.">
<meta property="og:image" content="/assets/logo.png">
<meta property="og:url" content="https://htmleditorpro.netlify.app">
<meta property="og:type" content="website">
<meta property="og:site_name" content="HTML Editor PRO - with Ai">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Salsa&display=swap" rel="stylesheet">
</head>
<body>
<!-- Particle background container -->
<div id="particles-js"></div>
<div id="app">
<header>
<h1>HTML Editor PRO - with Ai</h1>
</header>
<main>
<ul id="fileList"></ul>
</main>
<button id="fab">+</button>
</div>
<!-- Modal for adding new file -->
<div id="modal" class="modal">
<div class="modal-content">
<span class="close">×</span>
<h2 style="text-align: center;">Enter file name</h2>
<input type="text" id="fileNameInput" placeholder="File name" style="width: calc(100% - 40px); padding: 10px; margin: 10px 0; border: 1px solid #ccc; border-radius: 5px; font-size: 16px;">
<div style="text-align: center;">
<button id="saveFileBtn" style="background-color: #007acc; color: white; padding: 10px 20px; margin-right: 10px; border: none; border-radius: 5px; cursor: pointer;">Save</button>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<!-- JavaScript -->
<script src="script.js"></script>
</body>
</html>