Delete html.go

This commit is contained in:
damiva
2023-02-04 13:31:15 +03:00
committed by GitHub
parent 79c3768eb2
commit 9bdaed6894

View File

@@ -1,12 +0,0 @@
package msx
import _ "embed"
//go:embed pages/html5x.html
var Msxhtml5xhtml []byte
//go:embed pages/tizen.html
var Msxtizenhtml []byte
//go:embed pages/tvx-plugin.min.js
var Msxtvxpluginminjs []byte