mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Fix green screen
This commit is contained in:
parent
2bd7fa59b7
commit
98d7ec718f
11
index.html
11
index.html
@ -9,5 +9,16 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<svg width="0" height="0" xmlns="http://www.w3.org/2000/svg">
|
||||
<filter id="green">
|
||||
<feColorMatrix
|
||||
type="matrix"
|
||||
values="0.0 0.0 0.0 0.0 0
|
||||
0.0 1.0 0.0 0.0 0
|
||||
0.0 0.0 0.5 0.0 0
|
||||
0.0 0.0 0.0 1.0 0"
|
||||
/>
|
||||
</filter>
|
||||
</svg>
|
||||
<script src="dist/preact.bundle.js"></script>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user