Skip to content

Commit

Permalink
title and lang tags
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoZambrana committed Dec 18, 2024
1 parent a5e9c6c commit f883e9e
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<body>
<html lang="es">
<head>
<title>Dialog</title>
</head><body>
<h3>Custom dialog</h3>
Input some text: <input id="content">
<button onclick="top.tinymce.activeEditor.windowManager.getWindows()[0].close();">Close window</button>
Expand Down

0 comments on commit f883e9e

Please sign in to comment.