Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit 1c97132

Browse files
committed
updated demo
1 parent b5d3a3c commit 1c97132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
2-
<html style="background: lightblue;">
2+
<html>
33
<head>
44
<title>JSON Schema Validator Web Component Demo</title>
55
<script src="./index.js"></script>
66
</head>
7-
<body>
7+
<body style="margin: 0 auto; max-width: 900px; padding: 50px; width: 100%;">
88
<div>
99
<json-schema-validator metaschema="./json-schema-draft-04.json" schema="./example-schema.json" />
1010
</div>

0 commit comments

Comments
 (0)