mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
* update to hooks * more class to function * cleanup * finish ts final * update html lesson * add lessons page * clean up * move getters into context * adding type * fix bug * step 5 cleanup * init final pass * text tweak * fix ternaries * readme cleanup * fixed root readme
12 lines
258 B
HTML
12 lines
258 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="../../assets/step.css" />
|
|
</head>
|
|
<body class="ms-Fabric">
|
|
<div id="markdownReadme" data-src="./README.md"></div>
|
|
|
|
<script src="../../assets/scripts.js"></script>
|
|
</body>
|
|
</html>
|