rename
This commit is contained in:
12
editor.html
12
editor.html
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Editor - NeoIDE</title>
|
||||
<title>Editor - DbgIDE</title>
|
||||
|
||||
<link href="src/index.css" rel="stylesheet" />
|
||||
<link href="src/editor.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" onclick="location.href='/'" style="cursor: pointer;">
|
||||
<img src="/icons/NeoIDE.svg" alt="DbgIDE logo" class="logo" onclick="location.href='/'" style="cursor: pointer;">
|
||||
<button id="theme-button">
|
||||
<i class="fa-solid fa-paintbrush"></i>
|
||||
Appearance
|
||||
@@ -44,7 +44,7 @@
|
||||
<i class="fa-solid fa-file-arrow-down"></i>
|
||||
Load
|
||||
</button>
|
||||
<input type="file" id="load-input" class="hidden" accept=".neo, .neoz" />
|
||||
<input type="file" id="load-input" class="hidden" accept=".dbgide, .dbgidez" />
|
||||
<p id="liveshare-button">
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user