File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,10 @@ <h2>Hello World</h2>
228
228
< pre > < code class ="language-html " data-copy ="pos-absolute size-bg "> <!DOCTYPE html>
229
229
<html>
230
230
<head>
231
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
231
+ <meta charset="utf-8"/>
232
+ <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/>
233
+ <title>My Litecanvas Project</title>
234
+ <style>body { margin: 0 }</style>
232
235
</head>
233
236
<body>
234
237
<script src="https://unpkg.com/litecanvas/dist/dist.dev.js"></script>
Original file line number Diff line number Diff line change 1
1
const cacheName = "luizbills.litecanvas-editor-v1" ;
2
- const version = "2.71.0 " ;
2
+ const version = "2.71.1 " ;
3
3
4
4
const precacheResources = [
5
5
"/" ,
You can’t perform that action at this time.
0 commit comments