mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
13 lines
No EOL
202 B
HTML
13 lines
No EOL
202 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
function setDesign() {
|
|
document.designMode = 'on';
|
|
}
|
|
</script>
|
|
</head>
|
|
<body onload='setDesign()'>
|
|
Edit me!
|
|
</body>
|
|
</html> |