mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-29 19:10:26 +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
Notes:
sideshowbarker
2024-07-19 07:23:38 +09:00
Author: https://github.com/emanuele6 Commit: https://github.com/SerenityOS/serenity/commit/a804615b9be Pull-request: https://github.com/SerenityOS/serenity/pull/1920
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head></title>
|
||||
<head>
|
||||
<title>canvas path example</title>
|
||||
</head>
|
||||
<body>
|
||||
<canvas width=300 height=300></canvas>
|
||||
<script>
|
||||
|
|
Loading…
Reference in a new issue