Skip to content

Commit

Permalink
colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Jul 18, 2023
1 parent de29bbb commit a383171
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html mol_view_root>
<html mol_view_root style="background:red">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
Expand All @@ -8,8 +8,8 @@
<link href="hyoo/lupa/logo/logo.svg" rel="icon" />
<link rel="manifest" href="hyoo/lupa/manifest.json">
</head>
<body mol_view_root>
<div mol_view_root="$hyoo_lupa"></div>
<body mol_view_root style="background:blue">
<div mol_view_root="$hyoo_lupa" style="background:green"></div>
<script src="web.js" charset="utf-8"></script>
</body>
</html>

0 comments on commit a383171

Please sign in to comment.