apple2js/index.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>