rename
This commit is contained in:
16
index.html
16
index.html
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Home - NeoIDE</title>
|
||||
<title>Home - DbgIDE</title>
|
||||
|
||||
<link href="src/index.css" rel="stylesheet" />
|
||||
<link href="src/home.css" rel="stylesheet" />
|
||||
@@ -12,13 +12,13 @@
|
||||
<meta name="author" content="ddededodediamante" />
|
||||
<meta name="description" content="Create and share games using visual block-coding, inspired by Scratch." />
|
||||
<meta name="keywords"
|
||||
content="NeoIDE, block coding, Scratch, visual programming, game maker, coding for kids, online coding" />
|
||||
content="DbgIDE, block coding, Scratch, visual programming, game maker, coding for kids, online coding" />
|
||||
<meta name="theme-color" content="#3b82f6" />
|
||||
<meta property="og:title" content="NeoIDE" />
|
||||
<meta property="og:title" content="DbgIDE" />
|
||||
<meta property="og:image" content="icons/NeoIDE.svg" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="NeoIDE" />
|
||||
<meta name="twitter:title" content="DbgIDE" />
|
||||
<meta name="twitter:description" content="Create and share games using visual block-coding, inspired by Scratch." />
|
||||
<meta name="twitter:image" content="icons/NeoIDE.svg" />
|
||||
</head>
|
||||
@@ -26,7 +26,7 @@
|
||||
<body>
|
||||
<header>
|
||||
<div>
|
||||
<img src="/icons/NeoIDE.svg" alt="NeoIDE logo" class="logo" />
|
||||
<img src="/icons/NeoIDE.svg" alt="DbgIDE logo" class="logo" />
|
||||
<button onclick="location.href='/editor'">
|
||||
<i class="fa-solid fa-code"></i>
|
||||
Editor
|
||||
@@ -47,9 +47,9 @@
|
||||
</header>
|
||||
|
||||
<section class="about">
|
||||
<h2>What is NeoIDE?</h2>
|
||||
<h2>What is DbgIDE?</h2>
|
||||
<p>
|
||||
NeoIDE is a web-based platform that allows to create games or projects
|
||||
DbgIDE is a web-based platform that allows to create games or projects
|
||||
using visual block-coding, inspired by Scratch.
|
||||
</p>
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
© 2025 NeoIDE. Made with ❤️ by
|
||||
© 2025 DbgIDE. Made with ❤️ by
|
||||
<a href="https://github.com/ddededodediamante">ddededodediamante</a>.
|
||||
Updated by: <a href="https://github.com/arc360alt">Arc360</a>.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user