Base: Close head tag in canvas-path.html and give the document a title

This commit is contained in:
Emanuele Torre 2020-04-22 17:48:47 +02:00 committed by Andreas Kling
parent 9ab4a8179a
commit a804615b9b
Notes: sideshowbarker 2024-07-19 07:23:38 +09:00

View file

@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<head></title>
<head>
<title>canvas path example</title>
</head>
<body>
<canvas width=300 height=300></canvas>
<script>