<!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <title>Document</title> <style> html { background-color: #000; } </style> <script type="text/javascript" src="./app.js"></script> </head> <body> <main id="app"></main> </body> </html> (function() { 'use strict'; var number = {}; number.settings = { color: { on: '#32FFFF', off: '#000000' }, min: 0, max: 9 }; number.patterns = [ [1,1,1,1