Files
frontend-bootcamp/step2-01/exercise/index.html
Elizabeth Craig 61ae8afdf1 Step 2-01 updates
2019-02-27 20:17:08 -08:00

14 lines
408 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../../assets/step.css" />
</head>
<body class="ms-Fabric">
<div id="markdownReadme"></div>
<div id="app">
Nothing to show here; just look at your console window for output. Hit F12 (<code>cmd+option+I</code> on Mac) to open the console window.
</div>
<script src="../../assets/scripts.js"></script>
</body>
</html>