apple2js/index.html
Will Scullin 4a188a9a5c
Preact UI (#106)
First pass at a Preact UI, still short some major features but full proof of concept.
2022-05-10 06:52:06 -07:00

11 lines
313 B
HTML

<!DOCTYPE html>
<head>
<title>PreApple II</title>
<link rel="stylesheet" type="text/css" href="css/apple2.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.2/css/all.css" />
</head>
<body>
<div id="app"></div>
<script src="dist/preact.bundle.js"></script>
</body>