codeformat

This commit is contained in:
Felix Roos 2023-12-30 23:21:34 +01:00
parent 7db684e308
commit 94fcea1040
27 changed files with 72 additions and 50 deletions

View file

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<button id="play">play</button>
<button id="stop">stop</button>
<script type="module">

View file

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<button id="a">A</button>
<button id="b">B</button>
<button id="c">C</button>

View file

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />

View file

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />

View file

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />

View file

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />

View file

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>Superdough Example</title>