File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed
broken-frameworks/keyed/bobril Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"bbVersion": "3.0.1",
3
- "title": "Bobril v20.4.1 ",
3
+ "title": "Bobril v20.6.0 ",
4
4
"dependencies": "disable",
5
- "head": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">"
5
+ "head": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">",
6
+ "compilerOptions": {
7
+ "types": []
8
+ }
6
9
}
Original file line number Diff line number Diff line change 1
- <!DOCTYPE html> < html > < head > < meta charset ="utf-8 "> < meta name ="viewport " content ="width=device-width, initial-scale=1 "> < title > Bobril v20.4.1</ title > < link rel ="stylesheet " href ="dist/a.css "> </ head > < body > < script src ="dist/a.js " charset ="utf-8 "> </ script > </ body > </ html >
1
+ <!DOCTYPE html>
2
+ < html >
3
+
4
+ < head >
5
+ < meta charset ="utf-8 ">
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
+ < title > Bobril v20.6.0</ title >
8
+ < link rel ="stylesheet " href ="dist/a.css ">
9
+ </ head >
10
+
11
+ < body >
12
+ < script src ="dist/a.js " charset ="utf-8 "> </ script >
13
+ </ body >
14
+
15
+ </ html >
You can’t perform that action at this time.
0 commit comments