├── .gitignore ├── Dockerfile ├── Makefile ├── README.md ├── index.html ├── jquery.min.js ├── opa64.py ├── opv86.css ├── opv86.js └── screenshot.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocxtal/opa64/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocxtal/opa64/HEAD/Dockerfile -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocxtal/opa64/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocxtal/opa64/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocxtal/opa64/HEAD/index.html -------------------------------------------------------------------------------- /jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocxtal/opa64/HEAD/jquery.min.js -------------------------------------------------------------------------------- /opa64.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocxtal/opa64/HEAD/opa64.py -------------------------------------------------------------------------------- /opv86.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocxtal/opa64/HEAD/opv86.css -------------------------------------------------------------------------------- /opv86.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocxtal/opa64/HEAD/opv86.js -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocxtal/opa64/HEAD/screenshot.png --------------------------------------------------------------------------------