mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
4a188a9a5c
First pass at a Preact UI, still short some major features but full proof of concept.
11 lines
313 B
HTML
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>
|