mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:57:36 +00:00
Base: Close head tag in canvas-path.html and give the document a title
This commit is contained in:
parent
9ab4a8179a
commit
a804615b9b
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head></title>
|
<head>
|
||||||
|
<title>canvas path example</title>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<canvas width=300 height=300></canvas>
|
<canvas width=300 height=300></canvas>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue