2022-05-10 13:52:06 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<head>
|
|
|
|
<title>PreApple II</title>
|
2022-05-13 13:55:03 +00:00
|
|
|
<meta name="viewport" content="width=640, user-scalable=no" />
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
|
2022-06-15 16:43:08 +00:00
|
|
|
<link rel="apple-touch-icon" href="img/webapp-iphone.png" />
|
|
|
|
<link rel="apple-touch-icon" size="72x72" href="img/webapp-ipad.png" />
|
2022-05-28 17:48:19 +00:00
|
|
|
<link rel="shortcut icon" href="img/logoicon.png" />
|
2022-06-03 22:30:39 +00:00
|
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.1/css/all.css" />
|
2022-05-10 13:52:06 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
2022-05-28 16:44:53 +00:00
|
|
|
<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>
|
2022-05-10 13:52:06 +00:00
|
|
|
<script src="dist/preact.bundle.js"></script>
|
|
|
|
</body>
|