Skip to content

Commit

Permalink
tiny html change
Browse files Browse the repository at this point in the history
  • Loading branch information
NotLe0n committed Jun 19, 2024
1 parent 0a07b5f commit 1e0d3a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion static/html/embed.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<!DOCTYPE html>
<html style="--editor-container-size: 100%;">
<html style="--editor-container-size: 100%;" lang="de">
<head>
<title>DDP Spielplatz</title>
<base href="Spielplatz">

<meta name="description" content="Probiere DDP direkt im Browser aus!">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down
5 changes: 3 additions & 2 deletions static/html/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<!DOCTYPE html>
<html>
<html lang="de">
<head>
<title>DDP Spielplatz</title>
<base href="Spielplatz">

<meta name="description" content="Probiere DDP direkt im Browser aus!">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down Expand Up @@ -40,7 +41,7 @@
<div id="editor-container" class="container">
<div id="editor-controls" class="controls">
<div class="controls1">
<a href="https://ddp.le0n.dev/" target="_blank"><img src="static/img/ddp-logo.svg" alt="ddp-logo" width="24px" title="DDP Homepage"></a>
<a href="https://ddp.le0n.dev/" target="_blank"><img src="static/img/ddp-logo.svg" alt="ddp-logo" width="24px" height="24px" title="DDP Homepage"></a>
<img onclick="runProgram(editor.getValue())" src="static/img/play-outline.svg" alt="run" title="Ausführen" width="24px" height="24px" class="btn" id="run-btn">
<img hidden onclick="stopProgram()" src="static/img/close-octagon-outline.svg" alt="stop" title="Stop" width="24px" height="24px" class="btn" id="stop-btn">
<img onclick="toggleSettings()" src="static/img/cog.svg" alt="settings" title="Einstellungen" width="22px" height="22px" class="btn" id="settings-btn">
Expand Down

0 comments on commit 1e0d3a5

Please sign in to comment.